mirror of
https://github.com/containers/podman.git
synced 2025-05-17 06:59:07 +08:00
test/compose: use 4 spaces indentation
For consistency. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -237,7 +237,7 @@ function start_service() {
|
|||||||
function podman() {
|
function podman() {
|
||||||
echo "\$ podman $*" >>$WORKDIR/output.log
|
echo "\$ podman $*" >>$WORKDIR/output.log
|
||||||
output=$($PODMAN_BIN \
|
output=$($PODMAN_BIN \
|
||||||
--storage-driver=vfs \
|
--storage-driver=vfs \
|
||||||
--root $WORKDIR/root \
|
--root $WORKDIR/root \
|
||||||
--runroot $WORKDIR/runroot \
|
--runroot $WORKDIR/runroot \
|
||||||
--network-config-dir $WORKDIR/networks \
|
--network-config-dir $WORKDIR/networks \
|
||||||
@ -403,7 +403,7 @@ for t in "${tests_to_run[@]}"; do
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# FIXME: run 'podman ps'?
|
# FIXME: run 'podman ps'?
|
||||||
# rm -rf $WORKDIR/${testname}
|
# rm -rf $WORKDIR/${testname}
|
||||||
done
|
done
|
||||||
|
|
||||||
# END entry handler
|
# END entry handler
|
||||||
|
Reference in New Issue
Block a user