Skip to content

Commit

Permalink
remove --enable-debug-command when running redis-server (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
shohamazon authored Dec 31, 2023
1 parent 724edc9 commit 1d4a3aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions glide-core/tests/utilities/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,7 @@ impl RedisServer {

redis_cmd
.stdout(process::Stdio::null())
.stderr(process::Stdio::null())
.arg("--enable-debug-command")
.arg("local");
.stderr(process::Stdio::null());
let tempdir = tempfile::Builder::new()
.prefix("redis")
.tempdir()
Expand Down

0 comments on commit 1d4a3aa

Please sign in to comment.