Remove working temp directories

This commit is contained in:
mrg 2022-02-06 09:06:20 -08:00
parent 723523275e
commit 8653b88206
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ $(TEST_BASES):
vlsida/openram-ubuntu:latest \
sh -c ". /home/cad-user/.bashrc && python3 -u $(OPENRAM_DIR)/$(getfile).py \
-t $(gettech) -k $(ARGS) -p $(OPENRAM_DIR)/results/$* > $(OPENRAM_DIR)/results/$*.out 2>&1 && touch $(OPENRAM_DIR)/results/$*.ok || touch $(OPENRAM_DIR)/results/$*.bad"
@test -f $(TOP_DIR)/compiler/tests/results/$*.ok && echo "$* ... PASS!" || echo "$* ... FAIL!"
@test -f $(TOP_DIR)/compiler/tests/results/$*.ok && echo "$* ... PASS!" && rm -rf $(OPENRAM_DIR)/results/$* || echo "$* ... FAIL!"
.DELETE_ON_ERROR: $(TEST_STAMPS)
# This would use the regress.py script to run in parallel instead of