sowm: Test patches in CI.

This commit is contained in:
Dylan Araps 2019-11-25 14:36:48 +00:00
parent 51a96547ef
commit 9a206d6c9d
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ clean:
rm -f sowm *.o
test:
for patch in patches/*.patch; do patch -p1 < "$patch"; done
for patch in patches/*.patch; do patch --dry-run -p1 < "$$patch"; done