6 lines
92 B
Bash
Executable File
6 lines
92 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
git diff --exit-code $1 api.snap.txt $(find . -name '*_test.go' -type f)
|