KWSys 2020-04-17 (54845345)

Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 5484534580e49723f2d5ba094697880deabf9f48 (master).

Upstream Shortlog
-----------------

Ben Boeckel (1):
      39fd4817 testProcess: fix another clang-tidy warning

Brad King (1):
      b8177b56 testProcess: Disable unreliable test case 7
This commit is contained in:
KWSys Upstream
2020-04-17 07:03:53 -04:00
committed by Brad King
parent 1b37136633
commit 363ec4f585
2 changed files with 4 additions and 7 deletions
+3 -4
View File
@@ -722,9 +722,8 @@ int main(int argc, const char* argv[])
int r =
runChild(cmd, state, exception, value, 0, 1, 0, timeout, 0, 1, 0, 0, 0);
return r;
} else {
/* Improper usage. */
fprintf(stdout, "Usage: %s <test number>\n", argv[0]);
return 1;
}
/* Improper usage. */
fprintf(stdout, "Usage: %s <test number>\n", argv[0]);
return 1;
}