Commit Graph

18 Commits (e40b32490789e79a8a681596fe9341c3b7c3d74a)

Author SHA1 Message Date
Matthew Hooker 81522dced0
move packer to hashicorp
9 years ago
DanHam c88fafdf38 provisioner/powershell: align, fix and compact env var test
9 years ago
DanHam 80ebcea5e1
Mirror cleaner test code back from windows-shell to powershell
9 years ago
DanHam be0196492f
Tests for env variables values starting with or containing an equals sign
9 years ago
Taliesin Sisson f38d787b0e Powershell uses UTF16Le for encodedCommand
10 years ago
Taliesin Sisson e36051d394 Pattern for infrastructure changed to quote filename and execute file with ampersand as everything is run in powershell now
10 years ago
Taliesin Sisson d61513bf77 Encode powershell using utf8
10 years ago
Taliesin Sisson 17597b48e1 Base64 encode powershell to avoid any necessary escaping
10 years ago
Taliesin Sisson 5d5809b27e Make hiding of progress backward compatible with old versions of powershell
10 years ago
Taliesin Sisson e8c2b49be8 Use correct quotation of variables
10 years ago
Taliesin Sisson 4b394c8563 Write output will put ouput from function, so we don't want to be getting line from output of function
10 years ago
Taliesin Sisson cd6213eb55 Seems like we do need to escape the double quote
10 years ago
Taliesin Sisson 15137310a7 Must escape string formatting for string fmt
10 years ago
Taliesin Sisson 5285a819dd Quoting of powershell commands and associated tests
10 years ago
Taliesin Sisson 3051ea6633 Quote powershell so that it does not try to interpret command to be run
10 years ago
Rickard von Essen f17bd30070 Revert "Removed escaped quotes in non-elevated powershell invocation"
10 years ago
Simon Guest 1b186f1613 Removed escaped quotes in non-elevated powershell invocation
10 years ago
Mitchell Hashimoto 040ff0706d provisioner/powershell
11 years ago