Skip to content

Commit 5c67c52

Browse files
committed
chore: changeref value of isa test
1 parent a506256 commit 5c67c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ postTest:
250250
# ref to: https://stackoverflow.com/questions/55133855/how-to-compare-two-string-variables-in-makefile
251251
@echo -e "\033[0;33mstart post test check...\033[0m";
252252
ifeq ($(RUN_PLATFORM), action)
253-
@if [ "$$(echo $$(echo $$(cat $(CPUTEST_HOME)/build/log/allcasenum-log.txt) - $$(cat $(CPUTEST_HOME)/build/log/passcasenum-log.txt) | bc))" = "1" ]; then\
253+
@if [ "$$(echo $$(echo $$(cat $(CPUTEST_HOME)/build/log/allcasenum-log.txt) - $$(cat $(CPUTEST_HOME)/build/log/passcasenum-log.txt) | bc))" = "0" ]; then\
254254
echo -e "\033[0;32maction check pass!\033[0m";\
255255
else \
256256
echo -e "\033[0;31maction check fail!\033[0m";\

0 commit comments

Comments
 (0)