From 20d228f29ea52844e65e3ca870f0e3bcdfa45692 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Thu, 20 Jun 2019 10:05:25 +0200 Subject: [PATCH] Modify test-all.sh script --- test-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-all.sh b/test-all.sh index 17ec9526ca..0054f6939d 100755 --- a/test-all.sh +++ b/test-all.sh @@ -43,7 +43,7 @@ banner "Rust debug build" cargo build # Run the tests. We run these in debug mode so that assertions are enabled. -banner "Rust unit tests" +banner "Rust unit and integration tests" RUST_BACKTRACE=1 cargo test --all # Make sure the documentation builds.