Searched refs:command (Results 1 – 2 of 2) sorted by relevance
85 On Linux or Mac OS X, run the following command (in a terminal) from the181 adding a "reboot" or "reboot=N" command line argument, where N is the number of198 the script command line. On a typical device, camera=0 is the main (rear)211 to this command line will be passed to each script as it is executed.217 When running individual tests from the command line (as in the examples here),220 this infrastructure, the "noinit" command line argument can be provided to245 "target" command line argument:256 following command (run after PYTHONPATH has been set up as described above):267 3.6. List of command line args270 The above doc sections describe the following command line arguments that may
163 def execute_command(command, error_msg): argument164 if os.system(command) != 0: