[Ezbench-dev] [PATCH] profiles/kernel-igt: Ignore gui_start errors
Petri Latvala
petri.latvala at intel.com
Mon Feb 6 10:54:08 UTC 2017
Typically broken kernels leave the system in a state where starting
the gui just fails. Ignore the error, continue building.
---
profiles.d/kernel-igt/conf.d/compile.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/profiles.d/kernel-igt/conf.d/compile.conf b/profiles.d/kernel-igt/conf.d/compile.conf
index b8df203..3b0fe98 100644
--- a/profiles.d/kernel-igt/conf.d/compile.conf
+++ b/profiles.d/kernel-igt/conf.d/compile.conf
@@ -6,7 +6,7 @@ function compile_pre_hook() {
# $commitName [RO]: Name of the commit
cpu_reclocking_disable_stop
- gui_start || exit 60
+ gui_start || true
x_show_debug_info_start
}
--
2.9.3
More information about the Ezbench-dev
mailing list