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

[t:4814] fix test1426 running


git-svn-id: file:///svn/toku/tokudb@43204 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6c43e73f
......@@ -367,10 +367,9 @@ if(BUILD_TESTING)
add_test(NAME test1426.tdb
COMMAND run_test1426.sh
$<TARGET_FILE:test1426.tdb> $<TARGET_FILE:test1426.bdb>
$<TARGET_FILE:tokudb_dump> $<TARGET_FILE:tokudb_dump.bdb>
$<TARGET_FILE:tokudb_dump> "${BDBDIR}/bin/db_dump"
test1426.bdbdump/dump.bdb.1426)
add_dependencies(test1426.tdb tokudb_dump)
add_dependencies(test1426.bdb tokudb_dump.bdb)
endif()
string(REGEX REPLACE "\\.c(;|$)" ".tdb\\1" recover_would_be_tdb_tests "${recover_srcs}")
......
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