From 0973b41b9becece67b0c073e05de209c58110ea2 Mon Sep 17 00:00:00 2001 From: 843723683 Date: Jul 30 2019 13:41:37 +0000 Subject: test for valac: compile and run a HelloWorld program --- diff --git a/tests/p_valac/10-test_valac.sh b/tests/p_valac/10-test_valac.sh index 0397fde..2cd673c 100755 --- a/tests/p_valac/10-test_valac.sh +++ b/tests/p_valac/10-test_valac.sh @@ -4,6 +4,11 @@ #t_Log "Running $0 - Testing valac by running it with a basic file" +if [ "$centos_ver" -eq "8" ]; then + t_Log "vala is not available in el8 => SKIP" + exit 0 +fi + # creating source code FILE='/var/tmp/valac-test.vala' EXE='/var/tmp/valac-test'