Do not rely on exact error code.
This commit is contained in:
parent
9f7e256ae7
commit
7e214bfc8a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,4 +6,4 @@ include ../tools.mk
|
|||
|
||||
all:
|
||||
$(RUSTC) input.rs; test $$? -eq 1
|
||||
ls *.o; test $$? -eq 2
|
||||
ls *.o; test $$? -ne 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue