diff --git a/script/scitest/external_test.py b/script/scitest/external_test.py index 6b9c74b..8ec4687 100644 --- a/script/scitest/external_test.py +++ b/script/scitest/external_test.py @@ -30,7 +30,7 @@ import shutil class Test(unittest.TestCase): from os import path - epath_list = get_context().setup.expand("{script}/scitest") ###[path.dirname(__file__)] + epath_list = [get_context().setup.expand("{script}/scitest")] ###[path.dirname(__file__)] def checkArgs(self, arg): d = save_args(arg)