modified output to prevent the autobuild system to trap on the 'FAILED' output

mistaking it for an actual failed test case
darwin-pinnedpubkey
Daniel Stenberg 18 years ago
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…
Cancel
Save