commit | b411d4203742098b6c45d781b0dce02c906089cb | [log] [tgz] |
---|---|---|
author | Luca Prete <luca@onlab.us> | Fri Mar 02 16:12:35 2018 -0800 |
committer | Luca Prete <luca@onlab.us> | Fri Mar 02 16:12:35 2018 -0800 |
tree | f56bbff70440fd1bf7cebcd5519ea1df79a096fd | |
parent | 74fa3225331247d747d1c92657ee72a45f3ab07e [diff] |
Removing sudo from xos gui unit tests Change-Id: Ie84bc963583ae8ddf1ed206dfbcde2bd0175b92a
diff --git a/jjb/cord/cord-xos-gui-unit.sh b/jjb/cord/cord-xos-gui-unit.sh index 3be3e00..ed2b611 100644 --- a/jjb/cord/cord-xos-gui-unit.sh +++ b/jjb/cord/cord-xos-gui-unit.sh
@@ -1,10 +1,10 @@ #!/bin/bash -ex # Install Node -sudo apt-get install nodejs +apt-get install nodejs # Install NPM -sudo apt-get install npm +apt-get install npm # Install npm deps npm install