aboutsummaryrefslogtreecommitdiffstats
path: root/wrappers
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers')
-rwxr-xr-xwrappers/boost-python/nisttest.py2
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: