community/uncrustify: disable verbatim_strings test on s390x

verbatim_strings test checks the difference between tab character and
'\t' in C#. The resulted test string is correct, cross-checked with
x86*, but still show warning/error on s390x. Disable the test for now.
This commit is contained in:
Tuan M. Hoang 2018-05-25 02:19:50 +00:00 committed by Andy Postnikov
parent a988aa1e5d
commit 372b723969

View File

@ -1,7 +1,7 @@
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=uncrustify
pkgver=0.67
pkgrel=0
pkgrel=1
pkgdesc="A source code beautifier"
url="https://github.com/uncrustify/uncrustify"
arch="all"
@ -13,6 +13,7 @@ builddir="$srcdir"
build() {
cd "$builddir"
[ "$CARCH" = "s390x" ] && sed -i '/^12004/d' tests/c-sharp.test
mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..