Skip to content
Snippets Groups Projects
Commit c96b9eb7 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

correct behavior for travis flag

parent c95eead4
No related branches found
No related tags found
No related merge requests found
......@@ -462,7 +462,8 @@ argp.add_argument('-x', '--xml_report', default=None, type=str,
help='Generates a JUnit-compatible XML report')
args = argp.parse_args()
if args.use_docker and not args.travis:
if args.use_docker:
if not args.travis:
print 'Seen --use_docker flag, will run tests under docker.'
print
print 'IMPORTANT: The changes you are testing need to be locally committed'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment