Tweak run-all.sh script

This commit is contained in:
Alex Crichton 2015-11-02 15:25:18 -08:00
parent 14bf9deda6
commit f0c68f383f
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ run() {
cp ci/cargo-config .cargo/config
fi
sh ci/run.sh $_target
if [ "$?" != "0" ]; then
exit 1
fi
}
OS=`uname`