1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

Parse multiple volumes via semicolon delimeter.

Fixes issue #872
This commit is contained in:
Adam Kaplan
2018-04-30 17:14:02 -04:00
parent 0c48fd2a6c
commit be7f83aeeb
4 changed files with 32 additions and 7 deletions

View File

@@ -114,6 +114,7 @@ func TestInjectionBuild(t *testing.T) {
integration(t).exerciseInjectionBuild(TagCleanBuild, FakeBuilderImage, []string{
tempdir + ":/tmp",
tempdir + ":",
tempdir + ":test;" + tempdir + ":test2",
})
}