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.
1 parent e38c120 commit ec3cca6Copy full SHA for ec3cca6
tests/test.py
@@ -259,10 +259,7 @@ def stop():
259
str_in(output+err, 'Extracting file5.txt')
260
str_not_in(output+err, 'ERROR')
261
str_not_in(output+err, 'Not extracting')
262
-# We don't check that the printing was done in order.
263
-# For some reason it seems like since we redirect stdout when
264
-# running the process, it causes the output to not be in order.
265
-# When you manually do it, it's all fine.
+# Checking that the printing was done in order.
266
tar_order = []
267
console_output = output+err
268
for word in console_output.replace('\n', ' ').split(' '):
0 commit comments