diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-28 13:32:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-28 13:32:32 -0800 |
commit | e30628eeda9898a64c0a5ed541536d8d5a3cf13c (patch) | |
tree | 33437702b41de130a9a87783b4f1b0238e4e6d51 /test | |
parent | a680144f717bd86d27cd53bbd36c8e847b8bdb00 (diff) | |
parent | d87894e5a0258864e673eec3177a4ee6ef3d8463 (diff) | |
download | podman-e30628eeda9898a64c0a5ed541536d8d5a3cf13c.tar.gz podman-e30628eeda9898a64c0a5ed541536d8d5a3cf13c.tar.bz2 podman-e30628eeda9898a64c0a5ed541536d8d5a3cf13c.zip |
Merge pull request #2490 from TomSweeneyRedHat/dev/tsweeney/fixbase
Fix -s to --storage-driver in baseline test
Diffstat (limited to 'test')
-rwxr-xr-x | test/test_podman_baseline.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_podman_baseline.sh b/test/test_podman_baseline.sh index 8a878b4e7..664fd2b03 100755 --- a/test/test_podman_baseline.sh +++ b/test/test_podman_baseline.sh @@ -195,7 +195,7 @@ podman rmi --all ######## # 1.004608 MB is 1,004,608 bytes. The container overhead is 4608 bytes (or 9 512 byte pages), so this allocates 1 MB of usable storage -PODMANBASE="-s overlay --storage-opt overlay.size=1.004608M --root /tmp/podman_test/crio" +PODMANBASE="--storage-driver overlay --storage-opt overlay.size=1.004608M --root /tmp/podman_test/crio" TMPDIR=/tmp/podman_test mkdir $TMPDIR dd if=/dev/zero of=$TMPDIR/virtfs bs=1024 count=30720 |