change grepping make check

This commit is contained in:
bebbo
2019-06-29 10:59:01 +02:00
parent 6ab5b7e0f2
commit a23fa87517
+1 -1
View File
@@ -955,7 +955,7 @@ endif
.PHONY: check
check:
@ln -sf $(PREFIX)/m68k-amigaos/libnix $(BUILD)/gcc/m68k-amigaos/libnix
$(MAKE) -C $(BUILD)/gcc check-gcc-c "RUNTESTFLAGS=--target_board=$(board) execute.exp=* SIM=vamos" | grep '# of\|PASS\|FAIL\|===\|/amigaos-'
$(MAKE) -C $(BUILD)/gcc check-gcc-c "RUNTESTFLAGS=--target_board=$(board) execute.exp=* SIM=vamos" | grep '# of\|PASS\|FAIL\|===\|Running\|Using'
# =================================================