summaryrefslogtreecommitdiff
path: root/tests/chutney/bootstrap
blob: 1848367d640439d92bd0de2c321f275ebf73352b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash

set -xeuo pipefail

# Tell shellcheck that yes, we know that we're sourcing a file.
# shellcheck disable=SC1091
source tests/chutney/arti.run

# Validate that these are set (from arti.run)
[ -n "${target:?}" ]
[ -n "${chutney_bin:?}" ]

CHUTNEY_START_TIME=300 "${chutney_bin}" bootstrap "$target"