Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
tests: use a unique sorted-kv-dir per test
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm committed Jan 19, 2021
1 parent dc5b5b7 commit f274838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_utils/run_lightning
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bin/tidb-lightning.test -test.coverprofile="$TEST_DIR/cov.$TEST_NAME.$$.out" DEV
--config "tests/$TEST_NAME/config.toml" \
-d "tests/$TEST_NAME/data" \
--importer '127.0.0.1:8808' \
--sorted-kv-dir "$TEST_DIR/sorted" \
--sorted-kv-dir "$TEST_DIR/$TEST_NAME.sorted" \
--enable-checkpoint=0 \
--check-requirements=0 \
"$@"

0 comments on commit f274838

Please sign in to comment.