diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-08-10 01:06:56 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-08-10 01:06:56 +0100 |
commit | b0c7105a7f08389e012ce4882b38030df54cf474 (patch) | |
tree | 820c751e886efd7b4843643c391f4fed1a0b46b3 /test/test_spec | |
parent | 33b7c33ab447a0463e414c6cf8f9a2cd2d047a20 (diff) |
added more tests -- commits without scorsh-commands
Diffstat (limited to 'test/test_spec')
-rw-r--r-- | test/test_spec | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/test/test_spec b/test/test_spec index f085e9f..840fd44 100644 --- a/test/test_spec +++ b/test/test_spec @@ -20,11 +20,12 @@ LOCAL_REPO=$(realpath "./testbed_repo") TESTS="\ -./create_testbed.sh \ -./configure_app.sh \ -./start_scorsh.sh \ -./stop_scorsh.sh \ -./destroy_testbed.sh \ +./create_testbed.sh \ +./configure_app.sh \ +./start_scorsh.sh \ +./create_empty_commits.sh \ +./stop_scorsh.sh \ +./destroy_testbed.sh \ " ##./destroy_testbed.sh \ |