Merge ~alfonsosanchezbeato/snappy-hwe-snaps/+git/jenkins-jobs:fix-typo into ~snappy-hwe-team/snappy-hwe-snaps/+git/jenkins-jobs:master

Proposed by Alfonso Sanchez-Beato
Status: Merged
Approved by: Konrad Zapałowicz
Approved revision: fc653a0e53fec19fa10c6b166da54d75c0e85e9e
Merged at revision: 14241fd1594b585a6c28967d45295aa662cc0fd3
Proposed branch: ~alfonsosanchezbeato/snappy-hwe-snaps/+git/jenkins-jobs:fix-typo
Merge into: ~snappy-hwe-team/snappy-hwe-snaps/+git/jenkins-jobs:master
Diff against target: 13 lines (+1/-1)
1 file modified
tools/hardware-test.sh (+1/-1)
Reviewer Review Type Date Requested Status
Alfonso Sanchez-Beato continuous-integration Approve
System Enablement Bot continuous-integration Approve
Konrad Zapałowicz (community) continuous-integration Approve
Sheila Miguez (community) Approve
Roberto Mier Escandon (community) Approve
Review via email: mp+329833@code.launchpad.net

Description of the change

tools: fix typo in apt call

To post a comment you must log in.
Revision history for this message
Roberto Mier Escandon (rmescandon) :
review: Approve
Revision history for this message
Sheila Miguez (codersquid) wrote :

LGTM

review: Approve
Revision history for this message
Konrad Zapałowicz (kzapalowicz) :
review: Approve (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alfonso Sanchez-Beato (alfonsosanchezbeato) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/tools/hardware-test.sh b/tools/hardware-test.sh
2index 41eee60..309409d 100755
3--- a/tools/hardware-test.sh
4+++ b/tools/hardware-test.sh
5@@ -85,7 +85,7 @@ set -ex
6
7 cd $REMOTE_WORKSPACE
8 if ! which virtualenv; then
9- sudo apt install --yes --allow-downgrades --allow-remove-essential --allow-change-held-packagesvirtualenv
10+ sudo apt install --yes --allow-downgrades --allow-remove-essential --allow-change-held-packages virtualenv
11 fi
12
13 git clone https://git.launchpad.net/testflinger-cli

Subscribers

People subscribed via source and target branches