summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2019-03-26 08:36:26 +0000
committerArne Juul <arnej@yahoo-inc.com>2019-03-26 09:40:18 +0000
commitb36a634c9760a82447a90a9b1926d0376366cf3f (patch)
tree5f41e5c6e2244f39159e1944843d5aa212ce4255 /document
parent4ec2ee8cce4c380abd6ee79ecfcc93201ae9e751 (diff)
stop using python script for cppunit tests
Diffstat (limited to 'document')
-rw-r--r--document/src/tests/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/document/src/tests/CMakeLists.txt b/document/src/tests/CMakeLists.txt
index b78fd66b687..bb668287a8c 100644
--- a/document/src/tests/CMakeLists.txt
+++ b/document/src/tests/CMakeLists.txt
@@ -54,9 +54,7 @@ vespa_add_executable(document_testrunner_app TEST
document_documentconfig
)
-# TODO: Test with a larger chunk size to parallelize test suite runs
vespa_add_test(
NAME document_testrunner_app
- COMMAND python ${PROJECT_SOURCE_DIR}/cppunit-parallelize.py --chunks 1 $<TARGET_FILE:document_testrunner_app>
- DEPENDS document_testrunner_app
+ COMMAND document_testrunner_app
)