We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eed720a + 7cfe50b commit 122177dCopy full SHA for 122177d
1 file changed
crates/rexos-tools/src/ops/process/exec/docker/command/tests.rs
@@ -1,5 +1,9 @@
1
+#[cfg(unix)]
2
use std::os::unix::process::ExitStatusExt;
3
4
+#[cfg(windows)]
5
+use std::os::windows::process::ExitStatusExt;
6
+
7
use super::output::docker_exec_result;
8
9
#[test]
0 commit comments