From 750f0a3e3f11c1a442f00f017c2548a8f63e0b9f Mon Sep 17 00:00:00 2001 From: Christian Jullien Date: Wed, 23 Mar 2022 09:03:54 +0100 Subject: [PATCH] As suggested by Herman, move comment to the next line otherwise it incorrectly handles --config-bcheck=no --config-backtrace=no --- tests/tests2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index 99a6fd9e..a75ea6b6 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -29,7 +29,8 @@ endif ifeq ($(CONFIG_backtrace),no) SKIP += 112_backtrace.test SKIP += 113_btdll.test - CONFIG_bcheck = no # no bcheck without backtrace + CONFIG_bcheck = no +# no bcheck without backtrace endif ifeq ($(CONFIG_bcheck),no) SKIP += 114_bound_signal.test