Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Martynas Pumputis <m@lambda.lt>
  • Loading branch information
brb committed Jan 24, 2025
1 parent 4c926af commit 2f049a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/pwru-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ runs:
cmd: |
set -x
${{ inputs.traffic-setup }}
/host/pwru/pwru \
--output-tuple \
--output-file=/tmp/pwru-${{ inputs.test-name }}.log \
Expand All @@ -38,8 +40,6 @@ runs:
while [ ! -f /tmp/pwru-${{ inputs.test-name }}.ready ]; do sleep 1; done
${{ inputs.traffic-setup }}
kill \$PWRU_PID
wait \$PWRU_PID
Expand Down

0 comments on commit 2f049a8

Please sign in to comment.