Commit 8a0ca306 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

mistaking it for an actual failed test case
parent ea01755b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}