Skip to content

Commit 482aeea

Browse files
committed
Redirecting error output as well
1 parent 9c857fb commit 482aeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ for impl in ${implementations[@]}; do
3535
--loadpath lib \
3636
--loadpath deps/pffi/src --loadpath deps/psystem/lib \
3737
--loadpath test-deps/testing/lib \
38-
--standard r6rs --program ${file}.scm | check_output
38+
--standard r6rs --program ${file}.scm 2>&1 | check_output
3939
case ${EXIT_STATUS} in
4040
0) EXIT_STATUS=$? ;;
4141
esac

0 commit comments

Comments
 (0)