File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272# The commands to run in nanorc, as a list
7373if sufficient_resources_on_this_computer :
7474 nanorc_command_list = "integtest-partition boot conf" .split ()
75- nanorc_command_list += "start_run --wait 1 101 wait " .split () + [str (run_duration - 1 )] + "stop_run wait 2" .split ()
76- nanorc_command_list += "start_run --wait 2 102 wait " .split () + [str (run_duration - 2 )] + "stop_run --wait 1 wait 2" .split ()
75+ nanorc_command_list += "start_run --wait 1 101 wait " .split () + [str (run_duration )] + "stop_run wait 2" .split ()
76+ nanorc_command_list += "start_run --wait 2 102 wait " .split () + [str (run_duration )] + "stop_run --wait 1 wait 2" .split ()
7777 nanorc_command_list += "start_run 103 wait " .split () + [str (run_duration )] + "stop_run --wait 2 wait 2" .split ()
7878 nanorc_command_list += "scrap terminate" .split ()
7979else :
Original file line number Diff line number Diff line change 4848 }
4949# The commands to run in nanorc, as a list
5050nanorc_command_list = "integtest-partition boot conf" .split ()
51- nanorc_command_list += "start_run --wait 15 101 wait " .split () + [str (run_duration - 15 )] + "stop_run --wait 2 wait 2" .split ()
51+ nanorc_command_list += "start_run --wait 15 101 wait " .split () + [str (run_duration )] + "stop_run --wait 2 wait 2" .split ()
5252nanorc_command_list += "start 102 wait 15 enable_triggers wait " .split () + [str (run_duration )] + "stop_run wait 2" .split ()
5353nanorc_command_list += "scrap terminate" .split ()
5454
You can’t perform that action at this time.
0 commit comments