mirror of
https://github.com/containers/youki
synced 2025-04-30 13:20:17 +02:00
test
Signed-off-by: utam0k <k0ma@utam0k.jp>
This commit is contained in:
parent
846625cc82
commit
90897acc08
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user