Skip to content

Commit 60fd47a

Browse files
committed
use butler to run the test
Signed-off-by: Javan Lacerda <javanlacerda@google.com>
1 parent 2b81e0a commit 60fd47a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

local/tests/kubernetes_e2e_test.bash

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ pip install pipenv
3030
pipenv install --dev
3131

3232
# Run the test.
33-
export PYTHONPATH=$PYTHONPATH:$(pwd)/src
34-
pipenv run python3 src/clusterfuzz/_internal/tests/core/platforms/kubernetes/service_e2e_test.py
33+
pipenv run python butler.py py_unittest -t core -p service_e2e_test.py

0 commit comments

Comments
 (0)