Commit b4898891 authored by uihassan's avatar uihassan
Browse files

validate.sh removed

parent d76bd1e0
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
str=Keywords.robot;
for i in *.robot ; do
	[[ "$i" != *"$str"* ]] && \
	echo "++++ Dryrun $i" && \
	robot --dryrun --output NONE --report NONE --log NONE $i || \
	echo "++++ Issues in file $i";
done
read  -n 1 -p "Input Selection:" mainmenuinput
 No newline at end of file