Skip to content

Commit f5b34d1

Browse files
tests: clean up properly after completion (#179)
1 parent 53f568e commit f5b34d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/environment_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ TEST_STATUS_CODE=$?
6565

6666
# destroy resources
6767
echo "cleaning up..."
68-
/workspace/python-logging/tests/environment/envctl/envctl python $ENVIRONMENT destroy
68+
${PROJECT_ROOT}/tests/environment/envctl/envctl python $ENVIRONMENT destroy
6969

7070
# exit with proper status code
7171
exit $TEST_STATUS_CODE

0 commit comments

Comments
 (0)