560305f601
- uses newer version of go-ethereum required for go1.11
5 lines
58 B
Bash
Executable File
5 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd $(dirname $0)
|
|
exec go run conformance.go $*
|