File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9797 echo "TEST_RESULT = $TEST_RESULT"
9898
9999 $GITHUB_WORKSPACE/.github/scripts/check-workflow-result.sh $TEST_RESULT ${{ matrix.force_fail }} libhashkit2
100-
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments