summaryrefslogtreecommitdiff
path: root/scripts/test
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-07-29 17:25:28 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-07-29 17:25:28 -0400
commitabae9138e9b7746a23d66d56673e10343a9cec11 (patch)
tree69d2275d589618f266ad7ed5a5d182171fe49d28 /scripts/test
parent358e3329b3b981bcd7ddf8a03192dec9378fbcab (diff)
downloadfork-ledger-abae9138e9b7746a23d66d56673e10343a9cec11.tar.gz
fork-ledger-abae9138e9b7746a23d66d56673e10343a9cec11.tar.bz2
fork-ledger-abae9138e9b7746a23d66d56673e10343a9cec11.zip
added missing files
Diffstat (limited to 'scripts/test')
-rwxr-xr-xscripts/test14
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