Tests: Match expected environment modification more completely

This commit is contained in:
Brad King
2025-10-10 09:54:17 -04:00
parent 819c6177b8
commit 2e0a8455b3
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
.*(Performing custom step for 'CustomCommand'|CustomCommand-custom).*
*-- Variable - CustomVar: custom.*
*-- Variable - CustomVar2: custom2.*
*-- Stage: custom
*-- Separator: ;
*-- List: 1;2;3
.*(Performing configure step for 'CustomCommand'|CustomCommand-configure).*
*-- Stage: config
*-- Separator: ;
*-- List: 4;5;6.*
*-- Variable - Stage: config.*
*-- Variable - ListVar: 4;5;6
.*(Performing build step for 'CustomCommand'|CustomCommand-build).*
*-- Stage: build
*-- Separator: ;
*-- List: 4;5;6
.*(Performing install step for 'CustomCommand'|CustomCommand-install).*
*-- Stage: install
*-- Separator: ;
*-- List: 4;5;6
.*(Performing test step for 'CustomCommand'|CustomCommand-test).*
*-- Stage: test
*-- Separator: ;
*-- List: 4;5;6
.*(Performing configure step for 'DefaultCommand'|DefaultCommand-configure).*
*-- ConfigVar: config
*-- Separator: ,
*-- List: 7,8,9
.*(Performing build step for 'DefaultCommand'|DefaultCommand-build).*
*-- Stage: build
*-- Separator: ,
*-- List: 7,8,9,10

View File

@@ -30,3 +30,15 @@
*-- Stage: build
*-- Separator: ,
*-- List: 7,8,9,10
.*(Performing configure step for 'DefaultCommandListSep'|DefaultCommandListSep-configure).*
*-- ConfigVar: config
*-- Separator: ;
*-- List: 10;11;12
.*(Performing build step for 'DefaultCommandListSep'|DefaultCommandListSep-build).*
*-- Stage: build
*-- Separator: ;
*-- List: 10;11;12
.*(Performing install step for 'DefaultCommandListSep'|DefaultCommandListSep-install).*
*-- Stage: install
*-- Separator: ;
*-- List: 10;11;12;13