Comment #3 on issue 1632 by mikko.ko...@gmail.com: --suite option doesn't work when dot in filename and running folder
http://code.google.com/p/robotframework/issues/detail?id=1632

The bug is in robot.parsing.populators FromDirectoryPopulator._get_include_suites in:
# Use only the last part of names given like '--suite parent.child'
incl_suites = SuiteNamePatterns(i.split('.')[-1] for i in incl_suites or [])

This doesn't work when filename contains '.'

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to