mirror of
https://github.com/grafana/grafana.git
synced 2026-02-18 18:20:52 -05:00
6 lines
175 B
Bash
Executable file
6 lines
175 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. scripts/grafana-server/variables
|
|
|
|
# The run-suite script requires a second argument to determine if videos should be recorded
|
|
./e2e/run-suite verify/specs true
|