Skip to content

Commit 74fb1a2

Browse files
committed
test if stderr is compact enough + set -x
1 parent 333de55 commit 74fb1a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-x64/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -P "<YourStrong@Passw0rd>" -Q "create login pdo_test with password='password', check_policy=off; create user pdo_test for login pdo_test; grant alter, control to pdo_test;"
1818
sudo locale-gen de_DE
1919
20-
./.github/scripts/setup-slapd.sh &>/dev/null
20+
./.github/scripts/setup-slapd.sh >/dev/null
2121
2222
sudo cp ext/snmp/tests/snmpd.conf /etc/snmp
2323
sudo cp ext/snmp/tests/bigtest /etc/snmp

.github/scripts/setup-slapd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
set -ev
2+
set -x
33

44
# Create TLS certificate
55
sudo mkdir -p /etc/ldap/ssl

0 commit comments

Comments
 (0)