mirror of
https://github.com/chocolate-doom/quickcheck.git
synced 2024-11-24 05:01:12 +00:00
Only list the files that don't match.
There's no need to dump the entire diff to stdout.
This commit is contained in:
parent
c8824b131a
commit
0f380f7778
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ OUTPUTS += output/pl2.txt
|
|||
wads: $(WADS)
|
||||
|
||||
check: $(OUTPUTS)
|
||||
@diff -x .gitignore -ur expected output && echo all tests passed
|
||||
@diff -q -x .gitignore -ur expected output && echo all tests passed
|
||||
|
||||
clean:
|
||||
rm -rf output/* extract/*
|
||||
|
|
Loading…
Reference in a new issue