Skip to content

Commit

Permalink
Fix typo in test path
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSully committed Mar 5, 2024
1 parent c5c4779 commit 8c4fa5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/replication-psync-flash.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# checked for consistency.
if {$::flash_enabled} {
proc test_psync {descr duration backlog_size backlog_ttl delay cond mdl sdl reconnect} {
start_server [list tags {"repl"} overrides [list storage-provider {flash .rocks.db.m} repl-backlog-size 64m]] {
start_server [list tags {"repl"} overrides [list storage-provider {flash ./rocks.db.m} repl-backlog-size 64m]] {
start_server [list tags {flash} overrides [list storage-provider {flash ./rocks.db} delete-on-evict no storage-flush-period 10]] {

set master [srv -1 client]
Expand Down

0 comments on commit 8c4fa5d

Please sign in to comment.