Files
weave-scope/integration/gce.sh
Paul Bellamy ff9771f112 initial integration test setup
Integration tests are only run on circle. They checkout the weave
project, and use test helpers from there.

There are just a few basic tests for now, to confirm it works.
2015-06-29 15:40:40 +01:00

9 lines
108 B
Bash
Executable File

#!/bin/bash
set -e
. ./config.sh
export PROJECT=scope-integration-tests
. "$WEAVE_ROOT/test/gce.sh" "$@"