Commit f54975a7 authored by Dawn Chen's avatar Dawn Chen

Merge pull request #27106 from fejta/pr

Wait for arc.getArchive() to complete before running tests
parents 8d510898 c1d915df
...@@ -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