This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
0 additions
and
6 deletions.
-
+0
−6
test/test-automation/src/runner/runner.c
|
@@ -1207,17 +1207,11 @@ ParseOptions(int argc, char *argv[]) |
|
|
exit(1); |
|
|
} |
|
|
|
|
|
// \todo User given string should be handled as a string |
|
|
// representing a hex digit |
|
|
//userExecKey = atoi(execKeyString); |
|
|
|
|
|
int ret = sscanf(execKeyString, "%llx", &userExecKey); |
|
|
if(ret != 1) { |
|
|
fprintf(stderr, "Error: Failed to parse exec-key option"); |
|
|
exit(1); |
|
|
} |
|
|
|
|
|
printf("%Lx", userExecKey); |
|
|
} |
|
|
else if(SDL_strcmp(arg, "--test") == 0 || SDL_strcmp(arg, "-t") == 0) { |
|
|
only_selected_test = 1; |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.