From 07b1cf264a24d819e257184f2dfe9b6d151ddae5 Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Fri, 20 Sep 2019 15:48:09 +0200 Subject: Fix test_issue_1418 to pass on 1-core VM the previous assert would fail because on a 1-core VM, the 3 outputs were produced sequentially from top to bottom --- misc/output_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/output_test.py b/misc/output_test.py index 1dcde10..fb73d72 100755 --- a/misc/output_test.py +++ b/misc/output_test.py @@ -56,7 +56,7 @@ build b: echo delay = 2 build c: echo delay = 1 -'''), +''', '-j3'), '''[1/3] echo c\x1b[K c [2/3] echo b\x1b[K -- cgit v0.12