docs: better comments, remove redundant output check

This commit is contained in:
decentral1se 2025-01-09 11:35:58 +01:00
parent ed263854d4
commit 086b4828ff
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 4 additions and 6 deletions

View File

@ -37,9 +37,8 @@ teardown(){
assert_output --regexp 'VERSION.*' + "0.2.0+1.21.0" assert_output --regexp 'VERSION.*' + "0.2.0+1.21.0"
assert_output --regexp 'CHAOS.*false' assert_output --regexp 'CHAOS.*false'
# new deployment # rollback
assert_output --regexp 'VERSION.*' + "0.1.0+1.20.0" assert_output --regexp 'VERSION.*' + "0.1.0+1.20.0"
assert_output --regexp 'CHAOS.*false'
# env version # env version
assert_output --regexp 'CURRENT VERSION.*' + "0.2.0+1.21.0" assert_output --regexp 'CURRENT VERSION.*' + "0.2.0+1.21.0"
@ -63,9 +62,8 @@ teardown(){
assert_output --regexp 'VERSION.*' + "0.2.0+1.21.0" assert_output --regexp 'VERSION.*' + "0.2.0+1.21.0"
assert_output --regexp 'CHAOS.*false' assert_output --regexp 'CHAOS.*false'
# new deployment # rollback
assert_output --regexp 'VERSION.*' + "0.2.0+1.21.0" assert_output --regexp 'VERSION.*' + "0.2.0+1.21.0"
assert_output --regexp 'CHAOS.*false'
# env version # env version
assert_output --regexp 'CURRENT VERSION.*' + "0.2.0+1.21.0" assert_output --regexp 'CURRENT VERSION.*' + "0.2.0+1.21.0"

View File

@ -35,7 +35,7 @@ teardown(){
assert_output --regexp 'VERSION.*' + "0.1.0+1.20.0" assert_output --regexp 'VERSION.*' + "0.1.0+1.20.0"
assert_output --regexp 'CHAOS.*false' assert_output --regexp 'CHAOS.*false'
# new deployment # upgrade
assert_output --regexp 'VERSION.*' + "0.2.0+1.21.0" assert_output --regexp 'VERSION.*' + "0.2.0+1.21.0"
assert_output --regexp 'CHAOS.*false' assert_output --regexp 'CHAOS.*false'
@ -61,7 +61,7 @@ teardown(){
assert_output --regexp 'VERSION.*' + "0.2.0+1.21.0" assert_output --regexp 'VERSION.*' + "0.2.0+1.21.0"
assert_output --regexp 'CHAOS.*false' assert_output --regexp 'CHAOS.*false'
# new deployment # upgrade
assert_output --regexp 'VERSION.*' + "0.2.0+1.21.0" assert_output --regexp 'VERSION.*' + "0.2.0+1.21.0"
assert_output --regexp 'CHAOS.*false' assert_output --regexp 'CHAOS.*false'