| #!/bin/bash | |
| # Copyright 2018 The Chromium OS Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # | |
| # Deploy test_analyzer to prod instance. | |
| set -eu | |
| cd "$(dirname "$0")/.." | |
| export PYTHONPATH="$(pwd)" | |
| exec pipenv run python test_analyzer/integration_test/demo_api_test.py "$@" |