Sign in
chromium
/
infra
/
infra
/
9ffe1ba58c936d4edf5852da63c470325cf490e8
/
.
/
appengine
/
cr-buildbucket
/
tools
/
run_tests.sh
blob: 505769bc0bd408158c42cb648a821485b89cdb72 [
file
] [
log
] [
blame
]
#!/bin/bash
TOOLS_DIR
=
"$( cd "
$
(
dirname
"${BASH_SOURCE[0]}"
)
" && pwd )"
APP_DIR
=
$TOOLS_DIR
/..
cd
"$APP_DIR/../.."
./
test
.
py test
"$APP_DIR"
"$@"