diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/crystal/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/crystal/APKBUILD b/testing/crystal/APKBUILD index 121e4ab4da..8130ce2d66 100644 --- a/testing/crystal/APKBUILD +++ b/testing/crystal/APKBUILD @@ -84,7 +84,7 @@ build() { check() { cd "$builddir" - make spec PATH=".build:$PATH" + make spec PATH=".build:$PATH" SPEC_FLAGS="--no-color --verbose" } package() { |