=== modified file 'lava_test/test_definitions/pwrmgmt.py'
@@ -26,11 +26,12 @@
from lava_test.core.runners import TestRunner
from lava_test.core.tests import Test
-DEFAULT_OPTIONS = ""
+# Continue the test run in case of failures
+DEFAULT_OPTIONS = "-k"
INSTALLSTEPS = ['git clone git://git.linaro.org/tools/pm-qa.git',
'cd pm-qa && make -C utils']
-RUNSTEPS = ['cd pm-qa && make check $(OPTIONS)']
+RUNSTEPS = ['cd pm-qa && make $(OPTIONS) check']
DEPS = ['git-core', 'linux-libc-dev', 'build-essential']
# test case name is before ":" , the test log is between ":" and "...",