mirror of
https://github.com/deajan/obackup.git
synced 2026-02-06 07:05:14 +01:00
Debugging travis
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
## obackup basic tests suite 2016090202
|
## obackup basic tests suite 2016090203
|
||||||
|
|
||||||
#TODO: Must recreate files before each test set
|
#TODO: Must recreate files before each test set
|
||||||
|
|
||||||
@@ -122,6 +122,10 @@ Passphrase: PassPhrase123
|
|||||||
%echo done
|
%echo done
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
if type apt-get > /dev/null 2>&1; then
|
||||||
|
apt-get install rng-tools
|
||||||
|
fi
|
||||||
|
|
||||||
# Setup fast entropy
|
# Setup fast entropy
|
||||||
if type rndg > /dev/null 2>&1; then
|
if type rndg > /dev/null 2>&1; then
|
||||||
rndg -r /dev/urandom
|
rndg -r /dev/urandom
|
||||||
|
|||||||
Reference in New Issue
Block a user