We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7831101 commit 49bd86cCopy full SHA for 49bd86c
.github/scripts/uwlinca-test-ucvm.sh
@@ -4,7 +4,7 @@
4
5
cd test
6
7
-make run_unit |& tee result_unit.txt
+make run_unit >& result_unit.txt
8
9
p=`grep -c failed result_unit.txt`
10
if [ $p != 0 ]; then
0 commit comments