diff --git a/tests/Regression/394271-gcc-optimization-error-for-neg-number-abs/main.fmf b/tests/Regression/394271-gcc-optimization-error-for-neg-number-abs/main.fmf index f31d44e..81a2b4a 100644 --- a/tests/Regression/394271-gcc-optimization-error-for-neg-number-abs/main.fmf +++ b/tests/Regression/394271-gcc-optimization-error-for-neg-number-abs/main.fmf @@ -4,7 +4,7 @@ description: | contact: mcermak@redhat.com component: - gcc -test: ./runtest.sh +test: bash ./runtest.sh path: /tests/Regression/394271-gcc-optimization-error-for-neg-number-abs framework: beakerlib require: diff --git a/tests/Regression/462397-unzip-problem-with-CRC-error-for-src-4.1.0.zip-file/main.fmf b/tests/Regression/462397-unzip-problem-with-CRC-error-for-src-4.1.0.zip-file/main.fmf index 35ff67d..558554d 100644 --- a/tests/Regression/462397-unzip-problem-with-CRC-error-for-src-4.1.0.zip-file/main.fmf +++ b/tests/Regression/462397-unzip-problem-with-CRC-error-for-src-4.1.0.zip-file/main.fmf @@ -7,7 +7,7 @@ description: | contact: mcermak@redhat.com component: - gcc -test: ./runtest.sh +test: bash ./runtest.sh framework: beakerlib require: - gcc diff --git a/tests/Regression/465974-DW_TAG_common_block-has-incorrect-placement-scope/main.fmf b/tests/Regression/465974-DW_TAG_common_block-has-incorrect-placement-scope/main.fmf index 752caf6..5f9ce34 100644 --- a/tests/Regression/465974-DW_TAG_common_block-has-incorrect-placement-scope/main.fmf +++ b/tests/Regression/465974-DW_TAG_common_block-has-incorrect-placement-scope/main.fmf @@ -15,7 +15,7 @@ description: |+ contact: mcermak@redhat.com component: - gcc -test: ./runtest.sh +test: bash ./runtest.sh path: /tests/Regression/465974-DW_TAG_common_block-has-incorrect-placement-scope framework: beakerlib require: diff --git a/tests/Regression/515799-RHEL5-gcc-if-more-than-one-fno-builtin/main.fmf b/tests/Regression/515799-RHEL5-gcc-if-more-than-one-fno-builtin/main.fmf index 080f24f..8f47b12 100644 --- a/tests/Regression/515799-RHEL5-gcc-if-more-than-one-fno-builtin/main.fmf +++ b/tests/Regression/515799-RHEL5-gcc-if-more-than-one-fno-builtin/main.fmf @@ -11,7 +11,7 @@ description: | contact: mcermak@redhat.com component: - gcc -test: ./runtest.sh +test: bash ./runtest.sh path: /tests/Regression/515799-RHEL5-gcc-if-more-than-one-fno-builtin framework: beakerlib require: diff --git a/tests/Regression/bz1611637-immintrin_h_include_list_does_not_match_release/main.fmf b/tests/Regression/bz1611637-immintrin_h_include_list_does_not_match_release/main.fmf index 6a60b30..f44417a 100644 --- a/tests/Regression/bz1611637-immintrin_h_include_list_does_not_match_release/main.fmf +++ b/tests/Regression/bz1611637-immintrin_h_include_list_does_not_match_release/main.fmf @@ -10,7 +10,7 @@ description: | contact: Vaclav Kadlcik component: - gcc -test: ./runtest.sh +test: bash ./runtest.sh framework: beakerlib require: - gcc diff --git a/tests/Regression/bz1960701-Wrong-code-regression-starting-with-gcc-8-2/main.fmf b/tests/Regression/bz1960701-Wrong-code-regression-starting-with-gcc-8-2/main.fmf index fc2414e..fac6ddb 100644 --- a/tests/Regression/bz1960701-Wrong-code-regression-starting-with-gcc-8-2/main.fmf +++ b/tests/Regression/bz1960701-Wrong-code-regression-starting-with-gcc-8-2/main.fmf @@ -5,7 +5,7 @@ description: | contact: Vaclav Kadlcik component: - gcc -test: ./runtest.sh +test: bash ./runtest.sh framework: beakerlib require: - gcc-c++ diff --git a/tests/Regression/bz576287-SystemTap-fails-to-retrieve-location-attribute-for-local-variable/main.fmf b/tests/Regression/bz576287-SystemTap-fails-to-retrieve-location-attribute-for-local-variable/main.fmf index 5ce67d3..8f8346f 100644 --- a/tests/Regression/bz576287-SystemTap-fails-to-retrieve-location-attribute-for-local-variable/main.fmf +++ b/tests/Regression/bz576287-SystemTap-fails-to-retrieve-location-attribute-for-local-variable/main.fmf @@ -4,7 +4,7 @@ contact: mcermak@redhat.com component: - gcc - systemtap -test: ./runtest.sh +test: bash ./runtest.sh framework: beakerlib require: - gcc diff --git a/tests/Regression/bz703059-g-fails-to-compile-a-program-that-has-a-template/main.fmf b/tests/Regression/bz703059-g-fails-to-compile-a-program-that-has-a-template/main.fmf index 4c38d10..4ad6875 100644 --- a/tests/Regression/bz703059-g-fails-to-compile-a-program-that-has-a-template/main.fmf +++ b/tests/Regression/bz703059-g-fails-to-compile-a-program-that-has-a-template/main.fmf @@ -4,7 +4,7 @@ description: '' contact: mcermak@redhat.com component: - gcc -test: ./runtest.sh +test: bash ./runtest.sh path: /tests/Regression/bz703059-g-fails-to-compile-a-program-that-has-a-template framework: beakerlib require: diff --git a/tests/Regression/unused_parameter_warning/main.fmf b/tests/Regression/unused_parameter_warning/main.fmf index 7084e32..b589e98 100644 --- a/tests/Regression/unused_parameter_warning/main.fmf +++ b/tests/Regression/unused_parameter_warning/main.fmf @@ -3,7 +3,7 @@ summary: Check to see if g++ throws unused parameter warnings with standard libr contact: mcermak@redhat.com component: - gcc -test: ./runtest.sh +test: bash ./runtest.sh path: /tests/Regression/unused_parameter_warning framework: beakerlib require: diff --git a/tests/Sanity/compile-rpm/main.fmf b/tests/Sanity/compile-rpm/main.fmf index d6c5faa..4685e4a 100644 --- a/tests/Sanity/compile-rpm/main.fmf +++ b/tests/Sanity/compile-rpm/main.fmf @@ -3,7 +3,7 @@ description: '' contact: mcermak@redhat.com component: - gcc -test: ./runtest.sh +test: bash ./runtest.sh path: /tests/Sanity/compile-rpm framework: beakerlib require: diff --git a/tests/Sanity/libitm-smoke/main.fmf b/tests/Sanity/libitm-smoke/main.fmf index 77c1763..06bf77d 100644 --- a/tests/Sanity/libitm-smoke/main.fmf +++ b/tests/Sanity/libitm-smoke/main.fmf @@ -14,7 +14,7 @@ contact: Michael Petlan component: - gcc - gcc-libraries -test: ./runtest.sh +test: bash ./runtest.sh framework: beakerlib require: - gcc diff --git a/tests/Sanity/rebuild-binutils/main.fmf b/tests/Sanity/rebuild-binutils/main.fmf index 2d7e5d5..8c05e0a 100644 --- a/tests/Sanity/rebuild-binutils/main.fmf +++ b/tests/Sanity/rebuild-binutils/main.fmf @@ -3,7 +3,7 @@ description: '' contact: mcermak@redhat.com component: - gcc -test: ./runtest.sh +test: bash ./runtest.sh path: /tests/Sanity/rebuild-binutils framework: beakerlib require: diff --git a/tests/Sanity/rebuild-glibc/main.fmf b/tests/Sanity/rebuild-glibc/main.fmf index 53eee30..01729a4 100644 --- a/tests/Sanity/rebuild-glibc/main.fmf +++ b/tests/Sanity/rebuild-glibc/main.fmf @@ -4,7 +4,7 @@ summary: Rebuild glibc contact: mcermak@redhat.com component: - gcc -test: ./runtest.sh +test: bash ./runtest.sh path: /tests/Sanity/rebuild-glibc framework: beakerlib require: diff --git a/tests/Sanity/test-m32-m64-options/main.fmf b/tests/Sanity/test-m32-m64-options/main.fmf index 732b996..04472ac 100644 --- a/tests/Sanity/test-m32-m64-options/main.fmf +++ b/tests/Sanity/test-m32-m64-options/main.fmf @@ -3,7 +3,7 @@ description: '' contact: mcermak@redhat.com component: - gcc -test: ./runtest.sh +test: bash ./runtest.sh path: /tests/Sanity/test-m32-m64-options framework: beakerlib require: