summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHong Shick Pak2019-09-04 21:45:07 -0700
committerHong Shick Pak2019-09-04 21:45:07 -0700
commite84a51a853b4a2c6cb097ff9ceed544d20a672ee (patch)
tree3a173a2179fc0c21fc4e0221a6abc8fe484a83ec
parent1949823d9cca55384196f2ee99d654692b36aad6 (diff)
downloadaur-e84a51a853b4a2c6cb097ff9ceed544d20a672ee.tar.gz
squelch check output
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53c18f40e73e..75c2e5b61a01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ build() {
check() {
cd "${pkgname}-${pkgver}"
- zig-cache/bin/brightnessztl debug
+ zig-cache/bin/brightnessztl debug &>/dev/null
}
package() {