We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a506256 commit 5c67c52Copy full SHA for 5c67c52
rtl/Makefile
@@ -250,7 +250,7 @@ postTest:
250
# ref to: https://stackoverflow.com/questions/55133855/how-to-compare-two-string-variables-in-makefile
251
@echo -e "\033[0;33mstart post test check...\033[0m";
252
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\
+ @if [ "$$(echo $$(echo $$(cat $(CPUTEST_HOME)/build/log/allcasenum-log.txt) - $$(cat $(CPUTEST_HOME)/build/log/passcasenum-log.txt) | bc))" = "0" ]; then\
254
echo -e "\033[0;32maction check pass!\033[0m";\
255
else \
256
echo -e "\033[0;31maction check fail!\033[0m";\
0 commit comments