Skip to content

Commit 09ca44f

Browse files
author
yuyangzi
committed
runtest update
1 parent e33bb26 commit 09ca44f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/gtest_unit/run_test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ runs=`ls test/*.t | wc -l`
1919
pass=`grep "^\[\s*PASSED" result | wc -l`
2020
if [ "${pass}" -eq "${runs}" ];
2121
then
22+
echo "all test were PASSED"
2223
exit 0
2324
else
24-
exit 1
25+
echo "some test were FAIL"
2526
fi

0 commit comments

Comments
 (0)