We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8d611d + 122177d commit 89ccc6fCopy full SHA for 89ccc6f
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