Skip to content

Commit c70e625

Browse files
committed
test if stderr is compact enough
1 parent b1ce23d commit c70e625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88
sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
99
sudo -u postgres psql -c "CREATE DATABASE test;"
1010
displayName: 'Setup'
11-
- script: .github/scripts/setup-slapd.sh &>/dev/null
11+
- script: .github/scripts/setup-slapd.sh >/dev/null
1212
displayName: 'Configure slapd'
1313
- script: |
1414
set -e

0 commit comments

Comments
 (0)