2020-05-12 12:48:26 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
2022-01-20 19:01:00 +02:00
|
|
|
. scripts/grafana-server/variables
|
2020-05-12 12:48:26 +02:00
|
|
|
|
2022-11-18 16:47:13 +00:00
|
|
|
# The run-suite script requires a second argument to determine if videos should be recorded
|
|
|
|
|
./e2e/run-suite verify/specs true
|