rust/src/test/run-make/issue-40535
kennytm ab788a2ee1
Replace most call to grep in run-make by a script that cat the input.
Introduced a new src/etc/cat-and-grep.sh script (called in run-make as
$(CGREP)), which prints the input and do a grep simultaneously. This is
mainly used to debug spurious failures in run-make, such as the sanitizer
error in #45810, as well as real errors such as #46126.
2017-11-28 23:36:12 +08:00
..
bar.rs Regression test for rust-lang/rust#40535 2017-03-21 16:34:56 -04:00
baz.rs Regression test for rust-lang/rust#40535 2017-03-21 16:34:56 -04:00
foo.rs Regression test for rust-lang/rust#40535 2017-03-21 16:34:56 -04:00
Makefile Replace most call to grep in run-make by a script that cat the input. 2017-11-28 23:36:12 +08:00