test.TestServerBuilder.tmux_executable
Rust
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- test
- Declared in
- TestServerBuilder
- Package
- libtmux
- Source
- crates/libtmux/src/test.rs
-
Configure the tmux executable used by the daemon and every client.
Defaults to
LIBTMUX_TEST_TMUX, and totmuxresolved throughPATHwhen that is unset -- so pinning a release across a whole run is the variable's job, and this is for a test that needs a particular build whatever the run was pointed at.Examples
use libtmux::test::TestServer;let _builder = TestServer::builder().tmux_executable("tmux");
0 declared, 0 inherited