mirror of
https://github.com/mudler/luet.git
synced 2025-08-15 05:53:41 +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 rm luet-runtime-test || true
|
||||||
docker run --name luet-runtime-test \
|
docker run --name luet-runtime-test \
|
||||||
-ti -v /tmp:/tmp \
|
-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
|
luet:test install seed/alpine
|
||||||
installst=$?
|
installst=$?
|
||||||
assertEquals 'install test successfully' "0" "$installst"
|
assertEquals 'install test successfully' "0" "$installst"
|
||||||
|
Loading…
Reference in New Issue
Block a user