Commit 007d2b6d authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4871] remove the need for the pre-dumped file for test1426, since we removed it from the repo

git-svn-id: file:///svn/toku/tokudb@44836 c7de825b-a66e-492c-adef-691d508d4ae1
parent 068250a9
......@@ -374,8 +374,7 @@ if(BUILD_TESTING)
add_test(NAME ydb/test1426.tdb
COMMAND run_test1426.sh
$<TARGET_FILE:test1426.tdb> $<TARGET_FILE:test1426.bdb>
$<TARGET_FILE:tokudb_dump> "${BDBDIR}/bin/db_dump"
test1426.bdbdump/dump.bdb.1426)
$<TARGET_FILE:tokudb_dump> "${BDBDIR}/bin/db_dump")
add_dependencies(test1426.tdb tokudb_dump)
endif()
......
......@@ -8,11 +8,9 @@ tdbbin=$1; shift
bdbbin=$1; shift
tdbdump=$1; shift
bdbdump=$1; shift
original_bdbdump=$1; shift
$bdbbin
$bdbdump -p -h dir.test1426.c.bdb main > dump.bdb.1426
diff dump.bdb.1426 $original_bdbdump
$tdbbin
$tdbdump -x -p -h dir.test1426.c.tdb main > dump.tdb.1426
......
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