commit | cdbbdaa24762aa7e3208c25587c7f396c8d24277 | [log] [tgz] |
---|---|---|
author | gstepanov <gstepanov@mirantis.com> | Thu Feb 05 15:28:52 2015 +0200 |
committer | gstepanov <gstepanov@mirantis.com> | Thu Feb 05 15:28:52 2015 +0200 |
tree | f36ce1b560ec87b4d3114f5d89188771fb79d241 | |
parent | 993c74bc64ae8ddaca664c653861e5af7c789ca7 [diff] |
misc
diff --git a/web_app/__init__.py b/web_app/__init__.py index 02aaebe..4870587 100644 --- a/web_app/__init__.py +++ b/web_app/__init__.py
@@ -11,7 +11,7 @@ def collect_tests(): result = [] - for file in os.listdir("../test_results"): + for file in os.listdir(os.path.dirname(__file__)): if file.endswith(".json"): result.append(file.split('.')[0])