From 064b3f875b48383364c4eef05645a0e0dba8352c Mon Sep 17 00:00:00 2001 From: deajan Date: Fri, 2 Sep 2016 16:33:49 +0200 Subject: [PATCH] Debugging travis --- dev/tests/run_tests.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev/tests/run_tests.sh b/dev/tests/run_tests.sh index 321a5b2..ef9b0cf 100755 --- a/dev/tests/run_tests.sh +++ b/dev/tests/run_tests.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -## obackup basic tests suite 2016090202 +## obackup basic tests suite 2016090203 #TODO: Must recreate files before each test set @@ -122,6 +122,10 @@ Passphrase: PassPhrase123 %echo done EOF + if type apt-get > /dev/null 2>&1; then + apt-get install rng-tools + fi + # Setup fast entropy if type rndg > /dev/null 2>&1; then rndg -r /dev/urandom