fix testfile call
This commit is contained in:
parent
2890687b2b
commit
73a55631c4
|
@ -127,7 +127,7 @@ func TestBuildParallel_2(t *testing.T) {
|
||||||
|
|
||||||
args := []string{
|
args := []string{
|
||||||
fmt.Sprintf("-parallel-builds=3"),
|
fmt.Sprintf("-parallel-builds=3"),
|
||||||
filepath.Join(testFixture("parallel"), "2lock-4wg"),
|
filepath.Join(testFixture("parallel"), "2lock-4wg.json"),
|
||||||
}
|
}
|
||||||
|
|
||||||
wg := errgroup.Group{}
|
wg := errgroup.Group{}
|
||||||
|
|
Loading…
Reference in New Issue