summaryrefslogtreecommitdiff
path: root/tests/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run_tests.sh')
-rwxr-xr-xtests/run_tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index 889f5f4..ca6501e 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -17,11 +17,14 @@ ALLTESTSDIR=`pwd`
for i in [0-9][0-9]*
do
cd $ALLTESTSDIR
+ echo "#### Running $i"
fakeroot -- ./$i ../tbdiff-create ../tbdiff-deploy
if [ $? -ne 0 ]
then
echo "Test program $i failed" 1>&2
cd $ALLTESTSDIR
+ echo "-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-"
exit 1
fi
+ echo "#####################################################################"
done