summaryrefslogtreecommitdiff
path: root/test/ConfirmTests.py
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-02 00:45:39 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-02 00:48:32 -0500
commit95e08cc46fb499866f2491b4a8aad9fe29ac6a00 (patch)
treeca131c3280cebc30bbdb6bf96aa230096e0793e2 /test/ConfirmTests.py
parent307b63be77f932ce7cf9685be261f1c3786ea719 (diff)
downloadfork-ledger-95e08cc46fb499866f2491b4a8aad9fe29ac6a00.tar.gz
fork-ledger-95e08cc46fb499866f2491b4a8aad9fe29ac6a00.tar.bz2
fork-ledger-95e08cc46fb499866f2491b4a8aad9fe29ac6a00.zip
Make the source directory available to all tests
Diffstat (limited to 'test/ConfirmTests.py')
-rwxr-xr-xtest/ConfirmTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ConfirmTests.py b/test/ConfirmTests.py
index 0b3d4897..901ae7cd 100755
--- a/test/ConfirmTests.py
+++ b/test/ConfirmTests.py
@@ -10,7 +10,7 @@ import re
from LedgerHarness import LedgerHarness
harness = LedgerHarness(sys.argv)
-tests = sys.argv[2]
+tests = sys.argv[3]
if not os.path.isdir(tests) and not os.path.isfile(tests):
sys.exit(1)