Update tests/tools/fio/fio.go

Co-Authored-By: Julio López <julio+gh@kasten.io>
This commit is contained in:
Nick
2020-03-03 10:25:20 -08:00
committed by Jarek Kowalski
parent 72aa2f2a97
commit b1e8773c1e

View File

@@ -112,7 +112,7 @@ func NewRunner() (fr *Runner, err error) {
"run",
"--rm",
"-v",
fmt.Sprintf("%s:%s", hostFioDataPathStr, fioDataContainerPath), // /c/Users/usr/fio-data:/fio-data
fmt.Sprintf("%s:%s", hostFioDataPathStr, fioDataContainerPath),
imgStr,
}