Added pause after audio and network tests

This commit is contained in:
2Shirt 2017-12-27 19:19:29 -07:00
parent c4adbd3ac0
commit c0cbdc6923

View file

@ -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':