mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:05:56 +08: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
@ -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…
Reference in New Issue
Block a user