mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-27 10:19:59 +00:00
run_test: add debug info
This commit is contained in:
parent
18a17f2ab3
commit
8a3b67e747
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user