Loading scripts/validate.sh +0 −12 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
scripts/validate.sh +0 −12 Original line number Diff line number Diff line Loading @@ -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 Loading