2023-03-30 07:58:50 -05:00
|
|
|
include ../tools.mk
|
2023-03-28 04:13:42 -05:00
|
|
|
|
|
|
|
# only-linux
|
2023-04-15 09:40:19 -05:00
|
|
|
# ignore-test: This test randomly fails, see https://github.com/rust-lang/rust/issues/110321
|
2023-03-28 04:13:42 -05:00
|
|
|
|
|
|
|
# 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 -
|