summaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
authorArne H Juul <arnej27959@users.noreply.github.com>2019-03-29 10:24:56 +0100
committerGitHub <noreply@github.com>2019-03-29 10:24:56 +0100
commita748f744ef4f14bac32c9c62e71512162325e3b9 (patch)
tree5b0b94d98b55623cbf83be5ca745dfdc3e62279f /storageapi
parent61d4dc83eb126411f14e1f6ab7943f63eb70550c (diff)
parent05a1bf09442581f5344230dfd8fc956b1d720447 (diff)
Merge pull request #8900 from vespa-engine/arnej/no-more-python
stop using python script for cppunit tests
Diffstat (limited to 'storageapi')
-rw-r--r--storageapi/src/tests/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/storageapi/src/tests/CMakeLists.txt b/storageapi/src/tests/CMakeLists.txt
index 2045cca89e1..ebbf3b8357a 100644
--- a/storageapi/src/tests/CMakeLists.txt
+++ b/storageapi/src/tests/CMakeLists.txt
@@ -26,9 +26,7 @@ vespa_add_executable(storageapi_testrunner_app TEST
storageapi
)
-# TODO: Test with a larger chunk size to parallelize test suite runs
vespa_add_test(
NAME storageapi_testrunner_app
- COMMAND python ${PROJECT_SOURCE_DIR}/cppunit-parallelize.py --chunks 1 $<TARGET_FILE:storageapi_testrunner_app>
- DEPENDS storageapi_testrunner_app
+ COMMAND storageapi_testrunner_app
)