Skip to content

Commit 57c08ec

Browse files
committed
Merge pull request #1443 from deis/aufs-in-builder-tests
fix(tests): use aufs in builder functional tests
2 parents c2f15a2 + fbe7efa commit 57c08ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/tests/builder_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func runDeisBuilderTest(
2222
"--rm",
2323
"-p", servicePort+":22",
2424
"-e", "PUBLISH=22",
25-
"-e", "STORAGE_DRIVER=devicemapper",
25+
"-e", "STORAGE_DRIVER=aufs",
2626
"-e", "HOST="+utils.GetHostIPAddress(),
2727
"-e", "ETCD_PORT="+etcdPort,
2828
"-e", "PORT="+servicePort,

0 commit comments

Comments
 (0)