summaryrefslogtreecommitdiffstats
path: root/recipes-security/keynote/keynote-2.3/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/keynote/keynote-2.3/run-ptest')
-rw-r--r--recipes-security/keynote/keynote-2.3/run-ptest16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-security/keynote/keynote-2.3/run-ptest b/recipes-security/keynote/keynote-2.3/run-ptest
new file mode 100644
index 0000000..4dc35c9
--- /dev/null
+++ b/recipes-security/keynote/keynote-2.3/run-ptest
@@ -0,0 +1,16 @@
1#!/bin/sh
2
3cd @PTEST_PATH@
4keynote verify -e testsuite/test-env \
5 -r false,maybe,probably,true \
6 -k testsuite/auth1 -k testsuite/auth2 \
7 -k testsuite/auth3 -k testsuite/auth4 \
8 -l testsuite/test-assertion1 \
9 -l testsuite/test-assertion2 \
10 -l testsuite/test-assertion3 \
11 -l testsuite/test-assertion4 \
12 -l testsuite/test-assertion5 \
13 -l testsuite/test-assertion6 \
14 -l testsuite/test-assertion7 \
15 && echo "PASS: keynote-ptest" \
16 || echo "FAIL: keynote-ptest"