mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:11:40 +03:00
badwords-all: exit with correct code on errors
Problems remain undetected in CI otherwise Closes #20934
This commit is contained in:
parent
b240c5292c
commit
3334fca537
1 changed files with 1 additions and 1 deletions
|
|
@ -10,4 +10,4 @@ use File::Basename;
|
|||
|
||||
chdir dirname(__FILE__) . "/..";
|
||||
|
||||
system("scripts/badwords '**.md' projects/OS400/README.OS400 src lib include docs/examples < scripts/badwords.txt");
|
||||
exit system("scripts/badwords '**.md' projects/OS400/README.OS400 src lib include docs/examples < scripts/badwords.txt") >> 8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue