Commit 28792751 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

reverted validate.sh

parent 5cec6045
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -17,18 +17,6 @@ for i in */*/*.robot ; do
    fi
done

for i in */*.robot ; do
    if [[ "$i" != *"Keywords.robot"* && "$i" != *"Keyword.robot"* ]] ; then
	echo "++++ Dryrun file $i"
	msg=$(robot --dryrun --output NONE --report NONE --log NONE $i 2>&1)
	if [ $? != 0 ] ; then
	    echo "++++ Issues found in file $i"
	    echo "$msg"
            res=1
        fi
    fi
done

echo "Using git branch $1"

mkdir -p /home/etsi/dev/build