diff options
Diffstat (limited to 'scripts/test')
-rwxr-xr-x | scripts/test | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/test b/scripts/test deleted file mode 100755 index 09b0bb03..00000000 --- a/scripts/test +++ /dev/null @@ -1,14 +0,0 @@ -#!/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 |