mirror of
https://github.com/mudler/luet.git
synced 2025-08-01 23:41:37 +00:00
tests/integration/09_docker.sh: align new logic
This commit is contained in:
parent
9e7c7e69f8
commit
341293c403
@ -61,7 +61,7 @@ testInstall() {
|
||||
docker rm luet-runtime-test || true
|
||||
docker run --name luet-runtime-test \
|
||||
-ti -v /tmp:/tmp \
|
||||
-v $tmpdir/luet.yaml:/etc/luet/.luet.yaml:ro \
|
||||
-v $tmpdir/luet.yaml:/etc/luet/luet.yaml:ro \
|
||||
luet:test install seed/alpine
|
||||
installst=$?
|
||||
assertEquals 'install test successfully' "0" "$installst"
|
||||
|
Loading…
Reference in New Issue
Block a user