From 3fccc45ac731aebf24a787dd4170a0f312bd2c60 Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 14 Jan 2019 15:34:08 +0100 Subject: [PATCH] Never code bash and python at the same time --- dev/tests/run_tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/tests/run_tests.sh b/dev/tests/run_tests.sh index b007cb3..ca9a79f 100755 --- a/dev/tests/run_tests.sh +++ b/dev/tests/run_tests.sh @@ -142,8 +142,7 @@ Passphrase: PassPhrase123 %commit %echo done EOF - - if TRAVIS_RUN=true + if [ "$TRAVIS_RUN" == true ]; then if type apt-get > /dev/null 2>&1; then sudo apt-get install rng-tools fi