Merge pull request #27106 from fejta/pr

Wait for arc.getArchive() to complete before running tests
pull/6/head
Dawn Chen 2016-06-08 19:42:28 -07:00
commit f54975a738
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ func main() {
noColour = "\033[0m"
}
go arc.getArchive()
arc.getArchive()
defer arc.deleteArchive()
var err error