diff options
author | Robert Tari <robert@tari.in> | 2020-10-25 16:31:19 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-25 22:52:23 +0100 |
commit | 1d1dd40ba604290363ace07500c938429e465602 (patch) | |
tree | e2cfe5b39d979de75f0a8a80b320ac838266a8a5 /debian | |
parent | 67376d6a03a49eec1fdcb2c07509a6994d089e69 (diff) | |
download | ayatana-indicator-bluetooth-1d1dd40ba604290363ace07500c938429e465602.tar.gz ayatana-indicator-bluetooth-1d1dd40ba604290363ace07500c938429e465602.tar.bz2 ayatana-indicator-bluetooth-1d1dd40ba604290363ace07500c938429e465602.zip |
debian/rules: Add dh_auto_test override that shows how to enable live test logs.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index d63d8ab..1f2b650 100755 --- a/debian/rules +++ b/debian/rules @@ -14,3 +14,7 @@ override_dh_install: find debian/ayatana-indicator-bluetooth/usr/lib -name *.la -delete find debian/ayatana-indicator-bluetooth/usr/lib -name *.a -delete dh_install --fail-missing + +# For live test logs: +#override_dh_auto_test: +# ARGS=-V dh_auto_test |