Loading GS32-3/Dockerfile.robot-ts +1 −1 Original line number Diff line number Diff line FROM ubuntu:16.04 FROM ubuntu:18.04 MAINTAINER ETSI CTI Loading GS32-3/scripts/validate.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ cd /home/etsi/dev/robot/ res=0 for i in */*/*.robot ; do for i in $(find . -name "*.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) Loading Loading
GS32-3/Dockerfile.robot-ts +1 −1 Original line number Diff line number Diff line FROM ubuntu:16.04 FROM ubuntu:18.04 MAINTAINER ETSI CTI Loading
GS32-3/scripts/validate.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ cd /home/etsi/dev/robot/ res=0 for i in */*/*.robot ; do for i in $(find . -name "*.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) Loading