Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit 24db597

Browse files
committed
fix compilation
Signed-off-by: Reto Achermann <achreto@gmail.com>
1 parent 8d8bbe6 commit 24db597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/testutils/src/memcached.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ pub fn spawn_loadbalancer(config: &MemcachedShardedConfig, timeout_ms: u64) -> R
248248
}
249249
command.arg(servers.as_str());
250250
command.current_dir(config.path.as_path());
251-
command.env("LD_LIBRARY_PATH", "build/lib")
251+
command.env("LD_LIBRARY_PATH", "build/lib");
252252

253253
// give the servers some time to be spawned
254254
std::thread::sleep(Duration::from_secs(5));

0 commit comments

Comments
 (0)