mirror of
https://github.com/chocolate-doom/statcheck.git
synced 2024-11-10 07:12:09 +00:00
Add explicit checks for test output.
This commit is contained in:
parent
156cdb1d45
commit
9133c3d37c
1 changed files with 9 additions and 0 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -42,3 +42,12 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
make output
|
||||
|
||||
- name: Check output
|
||||
run: |
|
||||
diff -u ${expected,output}/pwads/av/fast/af253503.zip/af253503.lmp
|
||||
diff -u ${expected,output}/pwads/hr/movie/11hr7159.zip/11hr7159.lmp
|
||||
diff -u ${expected,output}/pwads/mm/movie/30mm8356.zip/30mm8356.lmp
|
||||
diff -u ${expected,output}/pwads/mm2/max/m2221807.zip/m2221807.lmp
|
||||
diff -u ${expected,output}/pwads/requiem/movie/6039rq01.zip/6039rq01.lmp
|
||||
echo "All outputs match expected; test passed."
|
||||
|
|
Loading…
Reference in a new issue