Remove hard-coded build directories in test data

This commit is contained in:
Martchus 2022-04-15 19:58:35 +02:00
parent 7ca7cd952b
commit 4578b30ea2
1 changed files with 3 additions and 3 deletions

View File

@ -20,13 +20,13 @@
"addedToRepo": false "addedToRepo": false
}, },
"foo": { "foo": {
"buildDirectory": "/tmp/wc3//building/build-data/conduct-build-test/foo/pkg" "buildDirectory": ""
}, },
"bar": { "bar": {
"buildDirectory": "/tmp/wc3//building/build-data/conduct-build-test/bar/pkg" "buildDirectory": ""
}, },
"baz": { "baz": {
"buildDirectory": "/tmp/wc3//building/build-data/conduct-build-test/baz/pkg" "buildDirectory": ""
} }
}, },
"targetDbFilePath": "", "targetDbFilePath": "",