Commit e107b419 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5351 fix cmake invocation of test_stress0


git-svn-id: file:///svn/toku/tokudb@50330 c7de825b-a66e-492c-adef-691d508d4ae1
parent 810e951c
......@@ -479,7 +479,7 @@ if(BUILD_TESTING OR BUILD_SRC_TESTS)
endforeach(src)
# Run test_stress0 with a special size
add_test(ydb/test_stress0.tdb ${CMAKE_CFG_INTDIR}/run_stress_test.sh $<TARGET_FILE:${test}> 512 1000 600)
add_test(ydb/test_stress0.tdb ${CMAKE_CFG_INTDIR}/run_stress_test.sh $<TARGET_FILE:test_stress0.tdb> 512 1000 600)
# Set up upgrade tests. Exclude test_stress_openclose
configure_file(run_upgrade_stress_test.sh . COPYONLY)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment