Skip to content

Commit

Permalink
Merge pull request #2472 from brauner/2018-07-16/monitor_signal_pdeath
Browse files Browse the repository at this point in the history
tests: add lxc.monitor.signal.pdeath
  • Loading branch information
stgraber committed Jul 16, 2018
2 parents 112a579 + e53cd6d commit d08e384
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tests/parse_config_file.c
Expand Up @@ -911,6 +911,12 @@ int main(int argc, char *argv[])
goto non_test_error;
}

ret = set_get_compare_clear_save_load(c, "lxc.monitor.signal.pdeath", "SIGKILL", tmpf, true);
if (ret == 0) {
lxc_error("%s\n", "lxc.hook.version");
goto non_test_error;
}

fret = EXIT_SUCCESS;

non_test_error:
Expand Down

0 comments on commit d08e384

Please sign in to comment.