defl/tests/speed/run.sh
2025-04-28 14:44:03 -04:00

9 lines
226 B
Bash

#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
eval "$@"
scriptDir="$(cd "$(dirname $(readlink -f "${BASH_SOURCE[0]}"))" && pwd)"
hostname="$(hostnamectl hostname)"
pytest --durations=0 $scriptDir -v --capture=no