diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-02 00:45:39 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-02 00:48:32 -0500 |
commit | 95e08cc46fb499866f2491b4a8aad9fe29ac6a00 (patch) | |
tree | ca131c3280cebc30bbdb6bf96aa230096e0793e2 /test/ConfirmTests.py | |
parent | 307b63be77f932ce7cf9685be261f1c3786ea719 (diff) | |
download | fork-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-x | test/ConfirmTests.py | 2 |
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) |