mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
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:
committed by
Brad King
parent
1b37136633
commit
363ec4f585
+3
-4
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user