`examples/run_examples.sh` halts forever
Created by: huntergoldstein
Reproduction: Execute examples/run_examples.sh
Expected behavior:
$ examples/run_examples.sh
Compiling ion-shell v1.0.5 (file:///home/hunter/Documents/redox-os/ion)
Finished dev [unoptimized + debuginfo] target(s) in 10.7 secs
Test /home/hunter/Documents/redox-os/ion/examples/arrays.ion [PASS]
Test /home/hunter/Documents/redox-os/ion/examples/basic_condition.ion [PASS]
Test /home/hunter/Documents/redox-os/ion/examples/braces.ion [PASS]
...
Actual behavior:
$ examples/run_examples.sh
Compiling ion-shell v1.0.5 (file:///home/hunter/Documents/redox-os/ion)
Finished dev [unoptimized + debuginfo] target(s) in 9.69 secs
...
<nothing happens>
Build information:
-
git rev-parse HEAD
: e9cc1a1e -
rustc -V
: rustc 1.19.0 (0ade33941 2017-07-17)
Misc:
- It looks like Travis is also experiencing this issue.
- I was able to track down the first offending commit: ec9df434