Skip to content

Commit d5e12c5

Browse files
committed
test
1 parent e7a4907 commit d5e12c5

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/vtest.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,11 @@ jobs:
140140
- name: Run VTest for HAProxy ${{ steps.show-version.outputs.version }}
141141
id: vtest
142142
run: |
143-
export TMPDIR=/tmp
144143
make reg-tests VTEST_PROGRAM=../vtest/vtest REGTESTS_TYPES=default,bug,devel
145144
- name: Show VTest results
146145
if: ${{ failure() && steps.vtest.outcome == 'failure' }}
147146
shell: bash
148147
run: |
149-
echo ${TMPDIR}
150-
echo ${TMPDIR:-/tmp}
151148
for folder in ${VTESTTMPDIR:-/tmp}/haregtests-*/vtc.*; do
152149
printf "::group::"
153150
cat $folder/INFO
@@ -160,12 +157,6 @@ jobs:
160157
run: |
161158
make unit-tests
162159
163-
- name: TMPDIR
164-
id: tmpdir
165-
if: always()
166-
run: |
167-
echo ${TMPDIR}
168-
169160
- name: Show Unit-Tests results
170161
if: ${{ failure() && steps.unittests.outcome == 'failure' }}
171162
run: |

0 commit comments

Comments
 (0)