Skip to content
Snippets Groups Projects
Commit b4898891 authored by uihassan's avatar uihassan
Browse files

validate.sh removed

parent d76bd1e0
No related branches found
No related tags found
4 merge requests!199Merge "3.3.1 dev" into "release 3" master,!193Merge 2.7.1 dev into Master, for TST010ed271 publication,!145SOL003 - Implementation of additional test steps for checks against VNFD content in v2.7.1,!1372.7.1 dev sol003 vnf lcm descriptors
This commit is part of merge request !137. Comments created here will be created in the context of that merge request.
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment