Skip to content

Commit

Permalink
Move e2e script in integration test dir (#1853)
Browse files Browse the repository at this point in the history
* moving e2e script in integration test dir

* small fix
  • Loading branch information
Tulsishah committed Apr 21, 2024
1 parent 21b2eb1 commit b6dde99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ git checkout $commitId

echo "Running e2e tests on installed package...."
# $1 argument is refering to value of testInstalledPackage
./perfmetrics/scripts/run_e2e_tests.sh $RUN_E2E_TESTS_ON_INSTALLED_PACKAGE
./tools/integration_tests/run_e2e_tests.sh $RUN_E2E_TESTS_ON_INSTALLED_PACKAGE
2 changes: 1 addition & 1 deletion perfmetrics/scripts/presubmit_test/pr_perf_test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ then

echo "Running e2e tests...."
# $1 argument is refering to value of testInstalledPackage.
./perfmetrics/scripts/run_e2e_tests.sh $RUN_E2E_TESTS_ON_INSTALLED_PACKAGE
./tools/integration_tests/run_e2e_tests.sh $RUN_E2E_TESTS_ON_INSTALLED_PACKAGE
fi
File renamed without changes.

0 comments on commit b6dde99

Please sign in to comment.