Skip to content
Snippets Groups Projects
Commit 649fc1f7 authored by Agustin Chiappe Berrini's avatar Agustin Chiappe Berrini Committed by Michael Aaron Murphy
Browse files

Make ./examples/run_examples.sh fail loudly (#588)

* Make ./examples/run_examples.sh loudly fail

If you do:

```
./examples/run_examples.sh
rm src/types.rs
./examples/run_examples.sh
```

The second run will succeed even though the compilation failed. Fix this
by making the script fail if one of the steps fail.

* and set +e before the for
parent c6cd1b5b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment