Skip to content

Commit 0c59156

Browse files
committed
fix(tests): use "devicemapper" for STORAGE_DRIVER, not aufs
1 parent 44e76f4 commit 0c59156

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/tests/builderComponent_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func runDeisBuilderTest(
2828
"deis-builder-"+testSessionUID,
2929
"-p", servicePort+":22",
3030
"-e", "PUBLISH=22",
31-
"-e", "STORAGE_DRIVER=aufs",
31+
"-e", "STORAGE_DRIVER=devicemapper",
3232
"-e", "HOST="+IPAddress,
3333
"-e", "ETCD_PORT="+etcdPort,
3434
"-e", "PORT="+servicePort,

0 commit comments

Comments
 (0)