Sean Wilson has uploaded this change for review. ( https://gem5-review.googlesource.com/3785

Change subject: tests: Add sudo to jenkins script apt-get cmd line
......................................................................

tests: Add sudo to jenkins script apt-get cmd line

Change-Id: I3c6ddebb0872b174e4351b91a0433b83477ec494
---
M tests/jenkins/continuous.sh
M tests/jenkins/presubmit.sh
2 files changed, 2 insertions(+), 2 deletions(-)



diff --git a/tests/jenkins/continuous.sh b/tests/jenkins/continuous.sh
index 58afdbb..9290476 100755
--- a/tests/jenkins/continuous.sh
+++ b/tests/jenkins/continuous.sh
@@ -39,7 +39,7 @@

 set -e

-apt-get install cpu-checker curl g++ gcc-arm-linux-gnueabi git-core \
+sudo apt-get install cpu-checker curl g++ gcc-arm-linux-gnueabi git-core \
 git-gui gitk libboost-all-dev libgoogle-perftools-dev libprotobuf-dev \
 libprotoc-dev libssl-dev m4 parallel pigz protobuf-compiler python  \
 python-pip scons subversion swig zlib1g-dev
diff --git a/tests/jenkins/presubmit.sh b/tests/jenkins/presubmit.sh
index 58afdbb..9290476 100755
--- a/tests/jenkins/presubmit.sh
+++ b/tests/jenkins/presubmit.sh
@@ -39,7 +39,7 @@

 set -e

-apt-get install cpu-checker curl g++ gcc-arm-linux-gnueabi git-core \
+sudo apt-get install cpu-checker curl g++ gcc-arm-linux-gnueabi git-core \
 git-gui gitk libboost-all-dev libgoogle-perftools-dev libprotobuf-dev \
 libprotoc-dev libssl-dev m4 parallel pigz protobuf-compiler python  \
 python-pip scons subversion swig zlib1g-dev

--
To view, visit https://gem5-review.googlesource.com/3785
To unsubscribe, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3c6ddebb0872b174e4351b91a0433b83477ec494
Gerrit-Change-Number: 3785
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Wilson <spwils...@wisc.edu>
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to