More integration test script updates

- Don't need to `cd test` anymore before running the integration
  tests because it's not a separate Go module anymore
This commit is contained in:
Ryan Richard
2020-09-11 08:43:53 -07:00
parent 63f9db72e8
commit f685cd228f
2 changed files with 6 additions and 10 deletions

View File

@@ -201,7 +201,7 @@ kind_capabilities_file="$pinniped_path/test/cluster_capabilities/kind.yaml"
pinniped_cluster_capability_file_content=$(cat "$kind_capabilities_file")
cat <<EOF >/tmp/integration-test-env
# The following env vars should be set before running 'cd test && go test ./...'
# The following env vars should be set before running 'go test -v -count 1 ./test/...'
export PINNIPED_NAMESPACE=${namespace}
export PINNIPED_APP_NAME=${app_name}
export PINNIPED_TEST_USER_USERNAME=${test_username}