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
604 local test_cmd = "pkg info -q " .. package607 print(test_cmd)610 if os.execute(test_cmd) then