Sign in
flutter
/
mirrors
/
engine
/
refs/heads/better-matchForUpdate
/
.
/
testing
/
run_tests.sh
blob: 8cefc971a4c04a9c3ae1f3280bd1305ba54e726b [
file
] [
log
] [
blame
] [
edit
]
#!/bin/bash
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