From 811155110e1d22345f13ac6c7c85ebba92226132 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Sun, 9 Jul 2017 20:14:16 +0200 Subject: -fixes --- src/identity-provider/test_idp.sh | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'src/identity-provider') diff --git a/src/identity-provider/test_idp.sh b/src/identity-provider/test_idp.sh index 9947dfe30..2eeb27ce9 100755 --- a/src/identity-provider/test_idp.sh +++ b/src/identity-provider/test_idp.sh @@ -25,17 +25,7 @@ which timeout &> /dev/null && DO_TIMEOUT="timeout 30" TEST_ATTR="test" gnunet-arm -s -c test_idp.conf gnunet-identity -C testego -c test_idp.conf -$DO_TIMEOUT valgrind gnunet-idp -e testego --init -c test_idp.conf -$DO_TIMEOUT valgrind gnunet-idp -e testego -a email -V john@doe.gnu -c test_idp.conf -STATUS=$? -gnunet-namestore -z testego -D -c test_idp.conf -$DO_TIMEOUT valgrind --leak-check=full gnunet-idp -e testego -D -c test_idp.conf - -if test $? != 0 -then - echo "Error issuing..." - exit 1 -fi -#Try import -gnunet-arm -e -c test_idp_lookup.conf -exit $RES +gnunet-idp -e testego --init -c test_idp.conf +gnunet-idp -e testego -a email -V john@doe.gnu -c test_idp.conf +gnunet-idp -e testego -D -c test_idp.conf +gnunet-arm -e -c test_idp.conf -- cgit v1.2.3