summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2019-02-16 04:02:39 -0500
committerJames P. Harvey2019-02-21 20:08:18 -0500
commit96ebcddb86afbc78cb018deacacc595ad67ddb05 (patch)
tree79a36818017b1f4f99c39ae7a1235e9f31c9827b
parentd62fe4690fa3026ea09d6808072312616a020873 (diff)
downloadaur-96ebcddb86afbc78cb018deacacc595ad67ddb05.tar.gz
Re-enable test 'oplog_buffer_collection_test'. This was disabled in 3.4.2-1 along with all integration tests, that were hanging/not running on pkgbuild.com. Not an official package, so won't run on there. The issue with integration tests were resolved no later than 3.6.0 when they were re-enabled, and this test runs fine now.
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30ee27ecd9dd..3346af28352c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,7 +65,6 @@ check() {
# 3.6.0: mlock permission denied
scons unittests "${_scons_args[@]}"
- sed -i -e "/oplog_buffer_collection_test/d" "${srcdir}/${pkgname}-src-r${pkgver}/build/unittests.txt"
LANG="en_US.UTF-8" python2 "${srcdir}/${pkgname}-src-r${pkgver}/buildscripts/resmoke.py" --suites=unittests || warning "Tests failed"
scons dbtest "${_scons_args[@]}"