We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a4f93 commit 9e6dc3bCopy full SHA for 9e6dc3b
1 file changed
.github/scripts/uwsfbcvm-test-ucvm.sh
@@ -6,6 +6,8 @@ cd test
6
7
make run_unit >& result_unit.txt
8
9
+cat result_unit.txt
10
+
11
p=`grep -c failed result_unit.txt`
12
if [ $p != 0 ]; then
13
echo "something wrong.."
0 commit comments