Added pause after audio and network tests
This commit is contained in:
parent
c4adbd3ac0
commit
c0cbdc6923
1 changed files with 2 additions and 2 deletions
|
|
@ -108,10 +108,10 @@ def menu_diags(*args):
|
|||
run_tests(diag_modes[int(selection)-1]['Tests'])
|
||||
elif selection == 'A':
|
||||
run_program(['hw-diags-audio'], check=False, pipe=False)
|
||||
sleep(1)
|
||||
pause('Press Enter to return to main menu... ')
|
||||
elif selection == 'N':
|
||||
run_program(['hw-diags-network'], check=False, pipe=False)
|
||||
sleep(1)
|
||||
pause('Press Enter to return to main menu... ')
|
||||
elif selection == 'M':
|
||||
run_program(['cmatrix', '-abs'], check=False, pipe=False)
|
||||
elif selection == 'P':
|
||||
|
|
|
|||
Loading…
Reference in a new issue