Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Nicer make tests output
Browse files Browse the repository at this point in the history
  • Loading branch information
pote committed Aug 8, 2013
1 parent 8c378b8 commit bf02036
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/run_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ do
./$test || status=$?
done
echo ">> All Done"

if [ $status == 0 ]
then
echo ">> Build status: passing"
else
echo ">> Build status: failing"
fi
exit $status

0 comments on commit bf02036

Please sign in to comment.