Skip to content

Commit b268a9e

Browse files
committed
chore: Update manifests
1 parent 1d27916 commit b268a9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test-all.nu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def main [--msi(-m)] {
3232

3333
export def test-msi-per-user-install [] {
3434
winget uninstall nushell | complete
35-
print 'Using msiexec to test MSI per-user installation'
35+
print $'Using msiexec to test MSI (ansi g)per-user(ansi reset) installation'
3636
print '-------------------------------------------------------------------'
3737
msiexec /i $MSI_PKG MSIINSTALLPERUSER=1 /quiet /qn /L*V install.txt
3838
check-user-install $PER_USER_INSTALL_DIR
@@ -42,7 +42,7 @@ export def test-msi-per-user-install [] {
4242

4343
export def test-msi-per-machine-install [] {
4444
winget uninstall nushell | complete
45-
print $'(char nl)Using msiexec to test MSI machine scope installation'
45+
print $'(char nl)Using msiexec to test MSI (ansi g)machine scope(ansi reset) installation'
4646
print '-------------------------------------------------------------------'
4747
msiexec /i $MSI_PKG ALLUSERS=1 /L*V install.txt
4848
check-local-machine-install

0 commit comments

Comments
 (0)