We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33803e commit 7cfe50bCopy full SHA for 7cfe50b
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