Skip to content

Commit e9e7089

Browse files
committed
.
1 parent a060ac7 commit e9e7089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ async fn test_compatibility(
158158
.current_dir(unpack_dir)
159159
.output()
160160
.expect("Failed to run create command");
161-
assert!(output.status.success());
161+
assert!(output.status.success(), "Failed to create environment: {:?}", output);
162162

163163
required_fs_objects
164164
.iter()

0 commit comments

Comments
 (0)