From 71be40a21d91b5fc1778324bba94663ddb82ba00 Mon Sep 17 00:00:00 2001 From: Dana Singh Date: Thu, 26 Dec 2024 11:26:08 -0500 Subject: [PATCH] #224 See where test is running --- fre/make/tests/test_create_compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fre/make/tests/test_create_compile.py b/fre/make/tests/test_create_compile.py index 929e518b..3224ea72 100644 --- a/fre/make/tests/test_create_compile.py +++ b/fre/make/tests/test_create_compile.py @@ -63,7 +63,7 @@ def test_compile_creation(): # Create the compile script create_compile_script.compile_create(yamlfile_path, PLATFORM, TARGET, 4, 1, False, False) - + print(os.getcwd()) # Check for creation of compile script assert Path(f"{OUT}/fremake_canopy/test/null_model_full/{plat}-{targ}/exec/compile.sh").exists()