Only list the files that don't match.

There's no need to dump the entire diff to stdout.
This commit is contained in:
Simon Howard 2023-10-07 11:54:18 -04:00
parent c8824b131a
commit 0f380f7778

View file

@ -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/*