snapm/tests/help/test.sh
Bryn M. Reeves c7528ef1d5 Update TMT configuration
Resolves: RHEL-111712

Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
2025-11-04 19:07:53 +00:00

9 lines
133 B
Bash
Executable File

#!/bin/sh -eux
echo $TMT_SOURCE_DIR
ls $TMT_SOURCE_DIR
tmp=$(mktemp)
snapm --help > "$tmp"
grep 'Snapshot Manager' "$tmp"
rm "$tmp"