mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-07 16:17:23 +02:00
Run "sleep 5" instead of "sh" for the gamemoderun test
Don't really want to try to run an interactive shell here.
This commit is contained in:
parent
d25379e001
commit
b2b09fbb83
@ -268,7 +268,7 @@ static int run_gamemoderun_and_reaper_tests(struct GameModeConfig *config)
|
|||||||
/* Close stdout, we don't care if sh prints anything */
|
/* Close stdout, we don't care if sh prints anything */
|
||||||
fclose(stdout);
|
fclose(stdout);
|
||||||
/* Preload into sh and then kill it */
|
/* Preload into sh and then kill it */
|
||||||
if (execl("/usr/bin/gamemoderun", "/usr/bin/gamemoderun", "sh", (char *)NULL) == -1) {
|
if (execl("/usr/bin/gamemoderun", "/usr/bin/gamemoderun", "sleep", "5", (char *)NULL) == -1) {
|
||||||
LOG_ERROR("failed to launch gamemoderun with execl: %s\n", strerror(errno));
|
LOG_ERROR("failed to launch gamemoderun with execl: %s\n", strerror(errno));
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user