5 lines
135 B
Bash
Executable File
5 lines
135 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
# Run metadata test in update mode.
|
|
go test ./tests/thirdparty/ -v -run Metadata -args -update -suite suite.json -net
|