Skip to content

Commit ed9b772

Browse files
committed
Ignore stderr messages
1 parent bf6e8ca commit ed9b772

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dockertls/test.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
$ErrorActionPreference = 'SilentlyContinue';
12
docker run --rm -e SERVER_NAME=test -e IP_ADDRESSES=127.0.0.1 dockertls 2>&1
3+
$ErrorActionPreference = 'Stop';

0 commit comments

Comments
 (0)