Skip to content

Commit

Permalink
Wait for arc.getArchive() to complete before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fejta committed Jun 9, 2016
1 parent 8d51089 commit c1d915d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_node/runner/run_e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func main() {
noColour = "\033[0m"
}

go arc.getArchive()
arc.getArchive()
defer arc.deleteArchive()

var err error
Expand Down

0 comments on commit c1d915d

Please sign in to comment.