Skip to content

Commit

Permalink
Merge pull request #56 from simondeziel/testflinger-run-fix
Browse files Browse the repository at this point in the history
bin/testflinger-run: allow passing additional args, needed for tests/cluster
  • Loading branch information
tomponline authored Jan 26, 2024
2 parents 4df35ca + b904bf3 commit e2c00de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/testflinger-run
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test_data:
\$SCP "\${_script}" "ubuntu@\${DEVICE_IP}:test-script"
# Run the test
\$SSH "ubuntu@\${DEVICE_IP}" -- sudo bash test-script
\$SSH "ubuntu@\${DEVICE_IP}" -- sudo bash test-script $@
EOF
}

Expand All @@ -87,4 +87,4 @@ setup_testflinger

# Submit the job
echo "==> Running the job ${test_name} against ${lxd_snap_channel}" >&2
testflinger_yaml_job | testflinger submit --poll -
testflinger_yaml_job "$*" | testflinger submit --poll -

0 comments on commit e2c00de

Please sign in to comment.