Skip to content
Snippets Groups Projects
Commit f0c68f38 authored by Alex Crichton's avatar Alex Crichton
Browse files

Tweak run-all.sh script

parent 14bf9ded
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,9 @@ run() { ...@@ -18,6 +18,9 @@ run() {
cp ci/cargo-config .cargo/config cp ci/cargo-config .cargo/config
fi fi
sh ci/run.sh $_target sh ci/run.sh $_target
if [ "$?" != "0" ]; then
exit 1
fi
} }
OS=`uname` OS=`uname`
......
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