We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clear
1 parent 2618e5c commit 22b6ebbCopy full SHA for 22b6ebb
1 file changed
tests/validate.py
@@ -1148,6 +1148,7 @@ def run_tests(fns):
1148
print('!!!!!!!!!!!!!!!!!!!!!!')
1149
print('ERROR:', fn, ex)
1150
1151
+ raise
1152
1153
1154
if WIN32 and SAVE_COM_OUTPUT:
@@ -1167,6 +1168,13 @@ def run_tests(fns):
1167
1168
round(100 * total_capi_time / total_com_time, 1)
1169
))
1170
1171
+
1172
+ if not LOAD_COM_OUTPUT:
1173
+ for dss in com, capi:
1174
+ if USE_V8:
1175
+ dss.Text.Command = 'ClearAll'
1176
+ else:
1177
+ dss.Text.Command = 'Clear'
1178
1179
if __name__ == '__main__':
1180
from common import test_filenames
0 commit comments