mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
[debian] rules: Enable verbosity on tests.
We're using --gtest_brief, so only failure and overall success messages will be printed. This will make it easier to diagnose PPA test errors.
This commit is contained in:
parent
000739724c
commit
753efb4a6f
2
debian/rules
vendored
2
debian/rules
vendored
@ -38,5 +38,5 @@ override_dh_auto_configure:
|
||||
|
||||
override_dh_auto_test:
|
||||
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
||||
CTEST_OUTPUT_ON_FAILURE=1 LD_LIBRARY_PATH=$(shell pwd)/build/lib $(MAKE) -C build test
|
||||
cd build && CTEST_OUTPUT_ON_FAILURE=1 LD_LIBRARY_PATH=$(shell pwd)/lib ctest -V
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user