mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -06:00
dfb3272bdb
* E2E refactoring * Updated circleci * Updated lint paths
9 lines
124 B
Bash
Executable File
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 "$@"
|