grafana/e2e/start-and-run-suite
Torkel Ödegaard dfb3272bdb
E2E: Moving files & refactoring (#22787)
* E2E refactoring

* Updated circleci

* Updated lint paths
2020-03-13 18:48:38 +01:00

9 lines
124 B
Bash
Executable File

#!/bin/bash
. e2e/variables
# Start it in the background
./e2e/start-server 2>&1 > e2e/server.log &
./e2e/run-suite "$@"