Skip to content

Commit

Permalink
Change run_tests.sh to use python3 (flutter#39586)
Browse files Browse the repository at this point in the history
  • Loading branch information
whesse authored and 0xZOne committed Feb 20, 2023
1 parent 80f9848 commit fa1faba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -o pipefail -e;
BUILD_VARIANT="${1:-host_debug_unopt}"
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

python "${CURRENT_DIR}/run_tests.py" --variant="${BUILD_VARIANT}" --type=engine,dart,benchmarks
python3 "${CURRENT_DIR}/run_tests.py" --variant="${BUILD_VARIANT}" --type=engine,dart,benchmarks

0 comments on commit fa1faba

Please sign in to comment.