updux/contrib/check_new_tests.fish

6 lines
96 B
Fish
Executable File

#!/usr/bin/env fish
if test -z "$NO_NEW_TESTS"
git diff-ls $PARENT_BRANCH | grep test
end