From 74f793789c96b91fec365f813efce234b92e2c03 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 16 Jun 2022 12:35:12 +0300 Subject: Fix testscript output match of non-deterministic variables order in diagnostics --- tests/pkg-build.testscript | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript index 243a0a7..4fe2aa4 100644 --- a/tests/pkg-build.testscript +++ b/tests/pkg-build.testscript @@ -11983,11 +11983,16 @@ test.options += --no-progress { $clone_cfg; - $* baz 2>>EOE != 0; + $* baz 2>>~%EOE% != 0; error: unable to remove bogus configuration values without causing configuration refinement cycle info: consider manually specifying one or more of the following variables as user configuration + %( config.liba.buffer=2048 config.liba.x=true + %| + config.liba.x=true + config.liba.buffer=2048 + %) EOE $* baz ?liba +{ config.liba.x=true } 2>>~%EOE%; -- cgit v1.1