Skip to content

Commit b651c69

Browse files
author
Ace Nassri
authored
chore: revert SUB_DIRECTORY in favor of TEST_DIRECTORIES env var (GoogleCloudPlatform#1335)
1 parent 2e256fc commit b651c69

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.kokoro/system_tests.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,5 @@ fi
5959
# Install global test dependencies
6060
composer install -d testing/
6161

62-
# cd into specific subdirectory (if appropriate)
63-
MAIN_DIR=$(pwd)
64-
if [ ! -z "${SUB_DIRECTORY}" ]; then
65-
cd $SUB_DIRECTORY
66-
fi
67-
6862
# Run tests
69-
bash $MAIN_DIR/testing/run_test_suite.sh
63+
bash testing/run_test_suite.sh

0 commit comments

Comments
 (0)