Skip to content

Commit f53e386

Browse files
dont append
Signed-off-by: David Korczynski <david@adalogics.com>
1 parent 4722b83 commit f53e386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/mruby/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
export LD=$CC
2020
export LDFLAGS="$CFLAGS"
2121
cd $SRC/mruby
22-
rake test >> /tmp/test.out 2>&1
22+
rake test > /tmp/test.out 2>&1
2323
)
2424

2525
# Validate if the tests were successful based on the printed output. We expect

0 commit comments

Comments
 (0)