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 9c857fb commit 482aeeaCopy full SHA for 482aeea
run-tests.sh
@@ -35,7 +35,7 @@ for impl in ${implementations[@]}; do
35
--loadpath lib \
36
--loadpath deps/pffi/src --loadpath deps/psystem/lib \
37
--loadpath test-deps/testing/lib \
38
- --standard r6rs --program ${file}.scm | check_output
+ --standard r6rs --program ${file}.scm 2>&1 | check_output
39
case ${EXIT_STATUS} in
40
0) EXIT_STATUS=$? ;;
41
esac
0 commit comments