Debugging travis

This commit is contained in:
deajan 2016-09-02 16:33:49 +02:00
parent dd42cd08b0
commit 064b3f875b
1 changed files with 5 additions and 1 deletions

View File

@ -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