Skip to content

Commit

Permalink
runtest update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyangzi committed Jan 27, 2016
1 parent e33bb26 commit 09ca44f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/gtest_unit/run_test
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ runs=`ls test/*.t | wc -l`
pass=`grep "^\[\s*PASSED" result | wc -l`
if [ "${pass}" -eq "${runs}" ];
then
echo "all test were PASSED"
exit 0
else
exit 1
echo "some test were FAIL"
fi

0 comments on commit 09ca44f

Please sign in to comment.