Commit 164cfed6 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Include new folder(s) for validation

parent b55f856f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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)