Commit c1d915df authored by Erick Fejta's avatar Erick Fejta

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

parent 8d510898
...@@ -104,7 +104,7 @@ func main() { ...@@ -104,7 +104,7 @@ func main() {
noColour = "\033[0m" noColour = "\033[0m"
} }
go arc.getArchive() arc.getArchive()
defer arc.deleteArchive() defer arc.deleteArchive()
var err error var err error
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment