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 cfca48f commit b97e5fcCopy full SHA for b97e5fc
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 7276f85f32801f9d4c379063d04bb1ef94ef65fd
+refs/heads/master: 4fca7d61dd83dbef35f386a96929a6139a0531a8
trunk/src/Makefile
@@ -641,7 +641,7 @@ test/run-fail/%.out.tmp: test/run-fail/%$(CFG_EXE_SUFFIX) \
641
if [ $$X -eq 0 ] ; then exit 1 ; else exit 0 ; fi
642
$(CFG_QUIET)grep --text --quiet \
643
"`awk -F: '/error-pattern/ { print $$2 }' \
644
- $(subst .out.tmp,.rs,$@) \
+ test/run-fail/$(basename $*).rs \
645
| tr -d '\n\r'`" $@
646
647
test/compile-fail/%.boot.out.tmp: test/compile-fail/%.rs $(BREQ)
0 commit comments