test: Modules: PASSES="integration" ./test understand new file locations

This commit is contained in:
Piotr Tabor
2020-09-28 17:56:07 +02:00
parent be4e8b7013
commit 7886ec8574
3 changed files with 30 additions and 30 deletions

View File

@@ -51,10 +51,6 @@ function pkgs_in_module {
go list -mod=mod "${1:-./...}";
}
function filter_out_integration_style_tests {
grep -Ev '/(tests/e2e|integration|functional)(/|$)'
}
#### Running actions against multiple modules ####
# run [command...] - runs given command, printing it first and