aboutsummaryrefslogtreecommitdiff
path: root/src/identity-provider
diff options
context:
space:
mode:
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