Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: utam0k <k0ma@utam0k.jp>
  • Loading branch information
utam0k committed Jan 2, 2025
1 parent 846625c commit 90897ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/libcontainer/src/container/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ use crate::error::LibcontainerError;
use crate::syscall::syscall::create_syscall;

/// Structure representing the container data
/// test.....
#[derive(Debug, Clone)]
pub struct Container {
// State of the container
Expand Down
1 change: 1 addition & 0 deletions scripts/oci_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,6 @@ for case in "${test_cases[@]}"; do
cat $logfile
exit 1
fi
echo "Passed $case"
sleep 1
done

0 comments on commit 90897ac

Please sign in to comment.