cryptsetup/plans/run-local-tests.sh
Ondrej Kozina f58e6a491d Run tmt tests from default git sources.
It wrongly downloaded sources from fixed c9s branch
while we need to run it from default location. Either
from a branch or from merge request.
2025-07-09 11:07:26 +02:00

9 lines
118 B
Bash
Executable File

#!/bin/bash
set -eux
set -o pipefail
pushd $TMT_SOURCE_DIR/cryptsetup-*/tests
make -f Makefile.localtest tests
popd