Searched refs:test_cmd (Results 1 – 3 of 3) sorted by relevance
93 static char *test_cmd = NULL; variable287 if (test_cmd) { in watchdog_check_dogfunction_time()289 cmd = test_cmd; in watchdog_check_dogfunction_time()338 if (test_cmd != NULL) in watchdog_loop()339 failed = system(test_cmd); in watchdog_loop()670 test_cmd = strdup(optarg); in parseargs()
93 void test_cmd (argc, argv) in test_cmd() function
616 local test_cmd = "pkg info -q " .. shell_escape(package)619 print(test_cmd)622 if os.execute(test_cmd) then