1
0
mirror of https://github.com/containers/youki synced 2025-04-30 13:20:17 +02:00
Signed-off-by: utam0k <k0ma@utam0k.jp>
This commit is contained in:
utam0k 2025-01-02 21:48:24 +09:00
parent 846625cc82
commit 90897acc08
No known key found for this signature in database
GPG Key ID: 2DB29D2A21B41E0E
2 changed files with 2 additions and 0 deletions

@ -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

@ -128,5 +128,6 @@ for case in "${test_cases[@]}"; do
cat $logfile
exit 1
fi
echo "Passed $case"
sleep 1
done