Skip to content
Snippets Groups Projects

2.7.1 dev sol003 vnf lcm descriptors

1 file
+ 0
8
Compare changes
  • Side-by-side
  • Inline
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
Loading