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