Skip to content

Commit a8bafc4

Browse files
committed
chore: remove unused echo debug code
1 parent 52c21f9 commit a8bafc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rtl/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ riscvRecursiveTest: $(riscvTestLogFile) $(riscvTestCaseName)
214214
@echo -e "[\033[0;33mAll: $$(cat $(RISCVTEST_HOME)/build/log/allcasenum-log.txt) \033[0;32mPASS: $$(cat $(RISCVTEST_HOME)/build/log/passcasenum-log.txt) \033[0;31mFAIL: $$(echo $$(echo $$(cat $(RISCVTEST_HOME)/build/log/allcasenum-log.txt) - $$(cat $(RISCVTEST_HOME)/build/log/passcasenum-log.txt) | bc))\033[0m]";
215215

216216
$(riscvTestLogFile):
217-
@echo "=====HELLO======"
218217
$(shell touch $(RISCVTEST_HOME)/build/log/$@)
219218
$(shell touch $(RISCVTEST_HOME)/build/log/allcasenum-log.txt)
220219
$(shell touch $(RISCVTEST_HOME)/build/log/passcasenum-log.txt)

0 commit comments

Comments
 (0)