Skip to content

Commit 1d48c9e

Browse files
committed
Fix newline and whitespace
1 parent bfa63ad commit 1d48c9e

6 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/libhashkit2.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,3 @@ jobs:
9797
echo "TEST_RESULT = $TEST_RESULT"
9898
9999
$GITHUB_WORKSPACE/.github/scripts/check-workflow-result.sh $TEST_RESULT ${{ matrix.force_fail }} libhashkit2
100-

.github/workflows/net-snmp.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,4 @@ jobs:
8585
make -j test TESTOPTS="-e agentxperl" | tee net-snmp-test.log
8686
# Capture the test result using PIPESTATUS (Bash only)
8787
TEST_RESULT=${PIPESTATUS[0]}
88-
8988
$GITHUB_WORKSPACE/.github/scripts/check-workflow-result.sh $TEST_RESULT ${{ matrix.force_fail }} net-snmp

.github/workflows/openssh.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,4 @@ jobs:
9797
export ${{ matrix.force_fail }}
9898
make file-tests interop-tests extra-tests unit 2>&1 | tee openssh-test.log
9999
TEST_RESULT=${PIPESTATUS[0]}
100-
101100
$GITHUB_WORKSPACE/.github/scripts/check-workflow-result.sh $TEST_RESULT ${{ matrix.force_fail }} openssh

.github/workflows/openvpn.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,4 @@ jobs:
103103
make check 2>&1 | tee openvpn-test.log
104104
# Capture the test result using PIPESTATUS (Bash only)
105105
TEST_RESULT=${PIPESTATUS[0]}
106-
107106
$GITHUB_WORKSPACE/.github/scripts/check-workflow-result.sh $TEST_RESULT ${{ matrix.force_fail }} openvpn

.github/workflows/sssd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,4 @@ jobs:
106106
# Run tests and save result
107107
make check 2>&1 | tee sssd-test.log
108108
TEST_RESULT=${PIPESTATUS[0]}
109-
110109
$GITHUB_WORKSPACE/.github/scripts/check-workflow-result.sh $TEST_RESULT ${{ matrix.force_fail }} sssd

.github/workflows/tcpdump.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,5 @@ jobs:
102102
make check 2>&1 | tee tcpdump-test.log
103103
# Capture the test result using PIPESTATUS (Bash only)
104104
TEST_RESULT=${PIPESTATUS[0]}
105-
106105
$GITHUB_WORKSPACE/.github/scripts/check-workflow-result.sh $TEST_RESULT ${{ matrix.force_fail }} tcpdump
107106

0 commit comments

Comments
 (0)