1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00

oh, that's why we're quietly skipping the integration tests

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-07-21 01:15:14 +00:00
parent d289b153a4
commit 2719d8a8e4
2 changed files with 14 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# help: Run integration tests
set -e
set -ex
if [ "$INTEGRATION_TESTS" = 0 ]; then
exit 0