Skip to content

Commit

Permalink
Fixes to merge with #459
Browse files Browse the repository at this point in the history
  • Loading branch information
blgm committed Jul 10, 2018
1 parent 5196dec commit 69e317a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ var _ = Describe("Running Specs", func() {
Context("when running in parallel with -debug", func() {
BeforeEach(func() {
pathToTest = tmpPath("ginkgo")
copyIn("debug_parallel_fixture", pathToTest)
copyIn(fixturePath("debug_parallel_fixture"), pathToTest, false)
})

Context("without -v", func() {
Expand Down

0 comments on commit 69e317a

Please sign in to comment.