Skip to content

Commit

Permalink
Merge pull request #12281 from dachary/wip-17743-memstore
Browse files Browse the repository at this point in the history
tests: do not use memstore.test_temp_dir in two tests

Reviewed-by: David Zafman <dzafman@redhat.com>
  • Loading branch information
liewegas committed Dec 6, 2016
2 parents 38964b9 + 2711dac commit 4eca628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/objectstore/test_memstore_clone.cc
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ int main(int argc, char** argv)
// default to memstore
vector<const char*> defaults{
"--osd_objectstore", "memstore",
"--osd_data", "memstore.test_temp_dir",
"--osd_data", "msc.test_temp_dir",
"--memstore_page_size", "4",
};

Expand Down

0 comments on commit 4eca628

Please sign in to comment.