gcc-toolset-13/tests/gts-smoketest/runtest.sh

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