Skip to content

Commit

Permalink
Update default test suite to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skmgoldin committed Sep 9, 2020
1 parent fad2491 commit bf9eec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/eth2-comply/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
func main() {
// Setup and parse CLI arguments.
testsRoot := flag.String("testsRoot", "", "Path to a directory tree with test cases")
testsRemote := flag.String("testsRemote", "https://github.com/INFURA/eth2-comply/releases/download/v0.1.0/tests-v0.1.0.zip", "URL of a ZIP file containing a directory tree with test cases")
testsRemote := flag.String("testsRemote", "https://github.com/INFURA/eth2-comply/releases/download/v0.3.1/tests-v0.3.1.zip", "URL of a ZIP file containing a directory tree with test cases")
outDir := flag.String("outDir", "/tmp", "A directory where zip files will be downloaded and unzipped.")
targetLoc := flag.String("target", "NO TARGET PROVIDED", "A URL to run tests against, for example http://localhost:5051")
timeout := flag.String("timeout", "10s", "The time to wait for a case execution to complete. For example, 3600s, 60m, 1h")
Expand Down

0 comments on commit bf9eec8

Please sign in to comment.