diff options
Diffstat (limited to 'scripts/test')
-rwxr-xr-x | scripts/test | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/test b/scripts/test new file mode 100755 index 00000000..7b17a1b2 --- /dev/null +++ b/scripts/test @@ -0,0 +1,14 @@ +#!/bin/sh + +for test in \ + "-O nrl:checking" \ + "-B 401" \ + "-V 401" \ + "-G 401" \ + "-B retire" \ + "-V retire" \ + "-G retire" +do + echo testing: $test + python confirm.py $test +done |