Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |
| 3 | cd @PTEST_PATH@ |
| 4 | keynote 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" |