diff options
Diffstat (limited to 'wrappers')
-rwxr-xr-x | wrappers/boost-python/nisttest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/boost-python/nisttest.py b/wrappers/boost-python/nisttest.py index a16ebf791..3ea8fda0f 100755 --- a/wrappers/boost-python/nisttest.py +++ b/wrappers/boost-python/nisttest.py @@ -49,7 +49,7 @@ def main(): results = load_results('results.txt') - for root, dirs, files in os.walk('../nist_tests/tests'): + for root, dirs, files in os.walk('../../checks/nist_tests/tests'): if files: thistest = root[root.rfind('/')+1:] if thistest in results: |