summaryrefslogtreecommitdiff
path: root/tests/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run_tests.sh')
-rwxr-xr-xtests/run_tests.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index 6fa2f29..ea92924 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -12,24 +12,6 @@ then
exit 1
fi
-ALLTESTSDIR=`pwd`
-
-for i in [0-9][0-9]*.sh
-do
- cd $ALLTESTSDIR
- echo "#### Running $i"
- ./$i ../tbdiff-create/tbdiff-create ../tbdiff-deploy/tbdiff-deploy
- if [ $? -ne 0 ]
- then
- echo "Test program $i failed" 1>&2
- cd $ALLTESTSDIR
- echo "-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-"
- exit 1
- fi
- echo "#####################################################################"
-done
-
-
echo "Starting baserock-system-config-sync tests"
merge_pass_folder="bscs-merge.pass"
merge_fail_folder="bscs-merge.fail"