• mattjmcnaughton's avatar
    Support make test WHAT=path/to/pkg/... · 2d3ad78c
    mattjmcnaughton authored
    In 99cdc069, we added a check for
    whether the directory the user was attempting to test existed or not.
    However, adding this check prevented us from running `make test
    WHAT=./path/to/pkg/...`, because we believed that `./path/to/pkg/...`
    wasn't a valid path to a directory.
    
    Fix this by stripping `/...` before checking whether the directory
    exists.
    2d3ad78c
Name
Last commit
Last update
..
helpers Loading commit data...
BUILD Loading commit data...
Makefile.manifest Loading commit data...
build.sh Loading commit data...
clean.sh Loading commit data...
cross.sh Loading commit data...
make-help.sh Loading commit data...
test-cmd.sh Loading commit data...
test-e2e-node.sh Loading commit data...
test-integration.sh Loading commit data...
test-kubeadm-cmd.sh Loading commit data...
test.sh Loading commit data...
update.sh Loading commit data...
verify.sh Loading commit data...
vet.sh Loading commit data...