No -e in integration_tests

Because that makes the script stop early and not print any clippy error
output.
This commit is contained in:
Philipp Hansch 2018-05-16 19:54:30 +02:00
parent dd0ed5dccc
commit 3314c5fda7
No known key found for this signature in database
GPG Key ID: B6FA06A6E0E2665B
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
set -ex
PATH=$PATH:./node_modules/.bin
remark -f *.md > /dev/null
set -e
cargo build --features debugging
cargo test --features debugging
mkdir -p ~/rust/cargo/bin

View File

@ -1,4 +1,4 @@
set -ex
set -x
cargo install --force
echo "Running integration test for crate ${INTEGRATION}"