summaryrefslogtreecommitdiff
path: root/tests/run_tests.sh
diff options
context:
space:
mode:
authorAlberto <alberto.ruiz@codethink.co.uk>2011-10-03 18:18:53 +0100
committerAlberto <alberto.ruiz@codethink.co.uk>2011-10-03 18:18:53 +0100
commit8e980fb77aea3832e994955f366a1a4b57d204ee (patch)
tree6c910c9bed91f4b7749b5a691a95287ac8f3b5af /tests/run_tests.sh
parent03dfbf38e41cfc9d84d81c4491e6d36f73056cbf (diff)
downloadtbdiff-8e980fb77aea3832e994955f366a1a4b57d204ee.tar.gz
Rearranging unit tests
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