blob: ba3c5a68d5fe1fbd1c72196a151e211fc37788e8 [file] [log] [blame]
#!/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 "$@"