]> git.lizzy.rs Git - rust.git/commitdiff
No -e in integration_tests
authorPhilipp Hansch <dev@phansch.net>
Wed, 16 May 2018 17:54:30 +0000 (19:54 +0200)
committerPhilipp Hansch <dev@phansch.net>
Wed, 16 May 2018 17:54:30 +0000 (19:54 +0200)
Because that makes the script stop early and not print any clippy error
output.

ci/base-tests.sh
ci/integration-tests.sh

index e72bd155cec06c9e69c37faa3780ccd22e05e6d3..daec740212db30fc80a5e82dcc75c5ee9f27b4bd 100755 (executable)
@@ -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
index 577fec96db72cbc58db2ec5199c42a8bc635a3c6..61a3348f04f97d1fb4aa6d8371b53e9bd19d7d0c 100755 (executable)
@@ -1,4 +1,4 @@
-set -ex
+set -x
 cargo install --force
 
 echo "Running integration test for crate ${INTEGRATION}"