From 6f7ac3900a862b34bf9982c3fc3ded29610a7e7e Mon Sep 17 00:00:00 2001 From: imarom Date: Sun, 10 Jan 2016 16:34:03 -0500 Subject: changing test path to /tmp/ --- .../regression/unit_tests/functional_tests/stl_basic_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/automation/regression') diff --git a/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py b/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py index 27e1c576..95f1b760 100644 --- a/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py +++ b/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py @@ -95,7 +95,7 @@ class CStlBasic_Test(functional_general_test.CGeneralFunctional_Test): def golden_run (self, testname, profile, options, silent = False): - output_cap = os.path.join(self.test_path, "{0}_test.cap".format(testname)) + output_cap = os.path.join("/tmp/", "{0}_test.cap".format(testname)) golden_cap = os.path.join(self.test_path, "stl/golden/{0}_golden.cap".format(testname)) rc = self.run_sim(self.profiles[profile], output_cap, options, silent) -- cgit 1.2.3-korg