mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
modified output to prevent the autobuild system to trap on the 'FAILED' output
mistaking it for an actual failed test case
This commit is contained in:
parent
ea01755bb4
commit
8a0ca3066e
@ -143,7 +143,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
#endif
|
||||
if(rc)
|
||||
printf("Resolving '%s' FAILED\n", host);
|
||||
printf("Resolving '%s' didn't work\n", host);
|
||||
|
||||
return !rc?0:1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user