Loading api-tests/scripts/validate.sh +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ cd /home/etsi/dev/robot/ cd /home/etsi/dev/robot/ res=0 res=0 for i in */*/*.robot ; do for i in $(find . -type f -name "*.robot") ; do if [[ "$i" != *"Keywords.robot"* && "$i" != *"Keyword.robot"* ]] ; then if [[ "$i" != *"Keywords.robot"* && "$i" != *"Keyword.robot"* ]] ; then echo "++++ Dryrun file $i" echo "++++ Dryrun file $i" msg=$(robot --dryrun --output NONE --report NONE --log NONE $i 2>&1) msg=$(robot --dryrun --output NONE --report NONE --log NONE $i 2>&1) Loading Loading
api-tests/scripts/validate.sh +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ cd /home/etsi/dev/robot/ cd /home/etsi/dev/robot/ res=0 res=0 for i in */*/*.robot ; do for i in $(find . -type f -name "*.robot") ; do if [[ "$i" != *"Keywords.robot"* && "$i" != *"Keyword.robot"* ]] ; then if [[ "$i" != *"Keywords.robot"* && "$i" != *"Keyword.robot"* ]] ; then echo "++++ Dryrun file $i" echo "++++ Dryrun file $i" msg=$(robot --dryrun --output NONE --report NONE --log NONE $i 2>&1) msg=$(robot --dryrun --output NONE --report NONE --log NONE $i 2>&1) Loading