diff options
Diffstat (limited to 'scripts/testroot.sh')
-rw-r--r-- | scripts/testroot.sh | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/scripts/testroot.sh b/scripts/testroot.sh index df9716e9..21863512 100644 --- a/scripts/testroot.sh +++ b/scripts/testroot.sh @@ -92,4 +92,27 @@ then python http-client.py python testpoke.py -r list + python http-client.py + python testpoke.py -r list + python testpoke.py -r issue + + python testpoke.py -r revoke + python testpoke.py -r list + python http-client.py + python testpoke.py -r list + + python testpoke.py -r issue + python testpoke.py -r revoke + python testpoke.py -r issue + python testpoke.py -r revoke + python testpoke.py -r issue + python testpoke.py -r revoke + python testpoke.py -r list + python http-client.py + python testpoke.py -r list + + python testpoke.py -r issue + python http-client.py + python testpoke.py -r list + fi |