diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-26 13:52:28 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-26 14:05:55 +0200 |
commit | 83f35a93ac584825aa97fa0315238f85b9a88f47 (patch) | |
tree | e5bd63ccdb4ed9693d4a2c34cb444fb2eb5047b1 /testing | |
parent | 6de36ee0aa2db3c3bdea5d439c42a97b392695ed (diff) | |
download | aports-83f35a93ac584825aa97fa0315238f85b9a88f47.tar.bz2 aports-83f35a93ac584825aa97fa0315238f85b9a88f47.tar.xz |
testing/crystal: run tests with --no-color
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() { |