gcc-toolset-12/tests/gts-smoketest/runtest.sh
Marek Polacek 81f1f3dc1a Initial import
Resolves: #2077464
2022-06-09 13:58:20 -04:00

11 lines
171 B
Bash
Executable File

#!/bin/sh
set -e
set -x
# This is a metapackage. It's main purpose is to pull other packages
# into play via the rpm deps.
rpm -q gcc-toolset-12
echo
echo RESULT: PASS