mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 10:38:55 +00:00
fix a typo causing the testsuite not to run
This commit is contained in:
parent
f6d87b0d5d
commit
b0c28d110c
2
debian/rules
vendored
2
debian/rules
vendored
@ -84,7 +84,7 @@ ifeq (,$(filter-out $(DEB_HOST_ARCH), powerpc s390x))
|
||||
endif
|
||||
|
||||
RUN_TEST=yes
|
||||
ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
|
||||
ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
||||
RUN_TEST=no
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user