Compare commits

...

4 Commits
master ... test

@ -1,12 +1,12 @@
#!/bin/bash
#!/bin/bash -x
# Author: Alex Iribarren <Alex.Iribarren@cern.ch>
t_Log "Running $0 - testing comps.xml groups"
if [ "$CONTAINERTEST" -eq "1" ]; then
t_Log "Running in container -> SKIP"
exit 0
fi
#if [ "$CONTAINERTEST" -eq "1" ]; then
# t_Log "Running in container -> SKIP"
# exit 0
#fi
if [ "$centos_ver" -eq "7" ]; then
t_Log "CentOS $centos_ver -> SKIP"

@ -0,0 +1,3 @@
{
"packages": {"50_test_comps.sh": 20}
}
Loading…
Cancel
Save