Skip to content

Commit 49bd86c

Browse files
author
meihuisu
committed
redirect for mac
1 parent 7831101 commit 49bd86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/uwlinca-test-ucvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
cd test
66

7-
make run_unit |& tee result_unit.txt
7+
make run_unit >& result_unit.txt
88

99
p=`grep -c failed result_unit.txt`
1010
if [ $p != 0 ]; then

0 commit comments

Comments
 (0)