From 392dbc7c56995b52460b04e6dc5c5a474e49836c Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Sat, 12 Nov 2016 11:15:55 -0800 Subject: [PATCH] Moved output of tests 30 to openram_temp --- compiler/tests/30_openram_test.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compiler/tests/30_openram_test.py b/compiler/tests/30_openram_test.py index 4327f401..575cd39b 100644 --- a/compiler/tests/30_openram_test.py +++ b/compiler/tests/30_openram_test.py @@ -24,10 +24,8 @@ class openram_test(unittest.TestCase): debug.info(1, "Testing top-level openram.py with 2-bit, 16 word SRAM.") out_file = "testsram" - # get the directory under the test modules - out_path=os.path.dirname(os.path.realpath(__file__)) # make a temp directory for output - out_path += "/testsram" + out_path = OPTS.openram_temp + out_file # make sure we start without the files existing if os.path.exists(out_path):