##// END OF EJS Templates
address intermittent failure in execute_stop_on_error...
address intermittent failure in execute_stop_on_error add sleep to failing execution, to ensure tested message is waiting in queue to be aborted or not.

File last commit:

r13348:e6afea51
r20125:3b0b4ded
Show More
simplevars.py
3 lines | 61 B | text/x-python | PythonLexer
from __future__ import print_function
x = 1
print('x is:',x)