Wait for arc.getArchive() to complete before running tests

pull/6/head
Erick Fejta 2016-06-08 19:07:07 -07:00
parent 8d510898f0
commit c1d915df5b
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