From cc65d391ef36680dd592c2aef9101374c7d8a075 Mon Sep 17 00:00:00 2001 From: Mihail Stoyanov Date: Mon, 28 Sep 2015 15:09:54 +0300 Subject: [PATCH] Fixed python error when auto-detect option is not present --- workspace_tools/singletest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/workspace_tools/singletest.py b/workspace_tools/singletest.py index 0a26fa5d9a..ba9695ac1b 100644 --- a/workspace_tools/singletest.py +++ b/workspace_tools/singletest.py @@ -168,6 +168,7 @@ if __name__ == '__main__': # Open file with test specification # test_spec_filename tells script which targets and their toolchain(s) # should be covered by the test scenario + opts.auto_detect = False test_spec = get_json_data_from_file(opts.test_spec_filename) if opts.test_spec_filename else None if test_spec is None: if not opts.test_spec_filename: