From 8a3b67e7473e911d10cc21127d8d8933f819821c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 16 Aug 2021 21:59:15 +0200 Subject: [PATCH] run_test: add debug info --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 5d083797..49dd5fa3 100755 --- a/debian/rules +++ b/debian/rules @@ -875,7 +875,7 @@ ifeq (${RUN_TEST},yes) ARCH_LLVM_TEST_OK := i386 amd64 override_dh_auto_test: - + echo "Running tests: $(RUN_TEST)" # LLVM tests ifneq (,$(findstring $(DEB_HOST_ARCH),$(ARCH_LLVM_TEST_OK))) # logs the output to check-llvm_build_log.txt for validation through autopkgtest