summaryrefslogtreecommitdiff
path: root/test-keygen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-keygen.sh')
-rwxr-xr-xtest-keygen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-keygen.sh b/test-keygen.sh
index 9f31e7b..0185e14 100755
--- a/test-keygen.sh
+++ b/test-keygen.sh
@@ -3,4 +3,6 @@ out=TEST_CHILD.$(date +%s)
3log=${out}.log 3log=${out}.log
4[ ! -e "$out" ] || exit 4[ ! -e "$out" ] || exit
5exec >"$log" 2>&1 5exec >"$log" 2>&1
6apt-cache policy gnupg
7ps -C gpg-agent
6sudo ${PARENT_ROOT:+"PARENT_ROOT=$PARENT_ROOT"} bash -c 'time bash -x ./src/keygen.sh "$1"' bash "$out" 8sudo ${PARENT_ROOT:+"PARENT_ROOT=$PARENT_ROOT"} bash -c 'time bash -x ./src/keygen.sh "$1"' bash "$out"