run_test: add debug info

This commit is contained in:
Sylvestre Ledru 2021-08-16 21:59:15 +02:00
parent 18a17f2ab3
commit 8a3b67e747

2
debian/rules vendored
View File

@ -875,7 +875,7 @@ ifeq (${RUN_TEST},yes)
ARCH_LLVM_TEST_OK := i386 amd64 ARCH_LLVM_TEST_OK := i386 amd64
override_dh_auto_test: override_dh_auto_test:
echo "Running tests: $(RUN_TEST)"
# LLVM tests # LLVM tests
ifneq (,$(findstring $(DEB_HOST_ARCH),$(ARCH_LLVM_TEST_OK))) ifneq (,$(findstring $(DEB_HOST_ARCH),$(ARCH_LLVM_TEST_OK)))
# logs the output to check-llvm_build_log.txt for validation through autopkgtest # logs the output to check-llvm_build_log.txt for validation through autopkgtest