aboutsummaryrefslogtreecommitdiff
path: root/src/identity-provider
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2017-07-09 20:14:16 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2017-07-09 20:14:16 +0200
commit811155110e1d22345f13ac6c7c85ebba92226132 (patch)
treefaad9fd111e87b8156fb2b506d9dc4288e56fe22 /src/identity-provider
parentaefb30b1912933105b36c60f098a9f3c815549c2 (diff)
downloadgnunet-811155110e1d22345f13ac6c7c85ebba92226132.tar.gz
gnunet-811155110e1d22345f13ac6c7c85ebba92226132.zip
-fixes
Diffstat (limited to 'src/identity-provider')
-rwxr-xr-xsrc/identity-provider/test_idp.sh18
1 files changed, 4 insertions, 14 deletions
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"
25TEST_ATTR="test" 25TEST_ATTR="test"
26gnunet-arm -s -c test_idp.conf 26gnunet-arm -s -c test_idp.conf
27gnunet-identity -C testego -c test_idp.conf 27gnunet-identity -C testego -c test_idp.conf
28$DO_TIMEOUT valgrind gnunet-idp -e testego --init -c test_idp.conf 28gnunet-idp -e testego --init -c test_idp.conf
29$DO_TIMEOUT valgrind gnunet-idp -e testego -a email -V john@doe.gnu -c test_idp.conf 29gnunet-idp -e testego -a email -V john@doe.gnu -c test_idp.conf
30STATUS=$? 30gnunet-idp -e testego -D -c test_idp.conf
31gnunet-namestore -z testego -D -c test_idp.conf 31gnunet-arm -e -c test_idp.conf
32$DO_TIMEOUT valgrind --leak-check=full gnunet-idp -e testego -D -c test_idp.conf
33
34if test $? != 0
35then
36 echo "Error issuing..."
37 exit 1
38fi
39#Try import
40gnunet-arm -e -c test_idp_lookup.conf
41exit $RES