Skip to content

appiumtests: properly exit with test result

Harald Sitter requested to merge work/sitter/exit-tests into master

the previous code ignored the return value from run and thus always exited 0

instead simply use unittest.main which exits automatically

Merge request reports