summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan2020-06-12 09:45:02 -0400
committerDan2020-06-12 09:45:02 -0400
commitedbbce178fc1b8aea2be73fca667e2f8f6fbce68 (patch)
tree6e56b3564e3a1858bbef141438c14850bcba2c07 /PKGBUILD
parente00e313e4cf4f14403654d711b2ea1205979318f (diff)
downloadaur-edbbce178fc1b8aea2be73fca667e2f8f6fbce68.tar.gz
Disable make -k test for now since 1.4.0 can't deal with python 3 tests.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49a76c92780b..80e8104cea07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,9 @@ build() {
check() {
cd "$srcdir/$pkgname-$pkgver/built"
- CTEST_OUTPUT_ON_FAILURE=1 make -k test
+ # LCM 1.4.0 unit tests are incompatible with Python 3, so we have to skip
+ # this step for now.
+ #CTEST_OUTPUT_ON_FAILURE=1 make -k test
}
package() {