summaryrefslogtreecommitdiffstats
path: root/tests/run-make/jobserver-error/Makefile
blob: 4a1699cc7408004208a11bcfb8504290795712ea (plain)
1
2
3
4
5
6
7
8
9
include ../tools.mk

# only-linux
# ignore-test: This test randomly fails, see https://github.com/rust-lang/rust/issues/110321

# Test compiler behavior in case: `jobserver-auth` points to correct pipe which is not jobserver.

all:
	bash -c 'echo "fn main() {}" | MAKEFLAGS="--jobserver-auth=3,3" $(RUSTC) - 3</dev/null' 2>&1 | diff jobserver.stderr -