Skip to content

Commit

Permalink
Redirecting error output as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ktakashi committed Dec 17, 2018
1 parent 9c857fb commit 482aeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ for impl in ${implementations[@]}; do
--loadpath lib \
--loadpath deps/pffi/src --loadpath deps/psystem/lib \
--loadpath test-deps/testing/lib \
--standard r6rs --program ${file}.scm | check_output
--standard r6rs --program ${file}.scm 2>&1 | check_output
case ${EXIT_STATUS} in
0) EXIT_STATUS=$? ;;
esac
Expand Down

0 comments on commit 482aeea

Please sign in to comment.