diff --git a/compiler/tests/Makefile b/compiler/tests/Makefile index 9f1d0dc6..4f438fe3 100644 --- a/compiler/tests/Makefile +++ b/compiler/tests/Makefile @@ -43,6 +43,8 @@ WORKING_TECH_TEST_STAMPS=$(foreach T, $(TECHS),$(addprefix $T/,$(WORKING_TEST_ST # Run all technologies all: $(WORKING_TECH_TEST_STAMPS) @ls $(TOP_DIR)/compiler/tests/results/*/*.bad 1> /dev/null 2>&1 && echo "REGRESSION FAIL" && exit 1 || echo "REGRESSION PASS" + @echo "FAILING TESTS:" + @ls $(TOP_DIR)/compiler/tests/results/*/*.bad .PHONY: all # Run a given technology diff --git a/docker/set-paths.sh b/docker/set-paths.sh index 1cebef48..dc9b03ce 100644 --- a/docker/set-paths.sh +++ b/docker/set-paths.sh @@ -15,7 +15,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$XYCE_LIB export XYCE_NO_TRACKING="anything at all" # PDKs -export FREEPDK45=/PDK/freepdk45 +export FREEPDK45=/pdk/freepdk45 # Set to the PDK you want to use export PDK_DIR=$FREEPDK45