Skip to content

Commit

Permalink
show make output
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhurt committed Jun 10, 2016
1 parent 9db8f11 commit 79676f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/pacparser/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ prepare() {

build() {
cd "$builddir"
make -C src pactester > /dev/null 2>&1 || return 1
make -C src pactester || return 1
}

package() {
Expand Down

0 comments on commit 79676f1

Please sign in to comment.