diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2017-02-15 18:36:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2017-02-15 18:36:07 +0000 |
commit | e25c60e3c96bb1786d09474a5a560c74b653dc55 (patch) | |
tree | dff7f1ec0c7a5676693fde7c6ad78028874589be | |
parent | f7802196147dfb43dd06e69ad89b0c2a0ddd7200 (diff) | |
parent | 8ed32c25d4860e1d033d3350fae28be35a1a621c (diff) |
Merge "Add missing sudo in TLDK verification job"
-rwxr-xr-x | jjb/tldk/include-raw-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/tldk/include-raw-build.sh b/jjb/tldk/include-raw-build.sh index a1b0a8eed..164d0d494 100755 --- a/jjb/tldk/include-raw-build.sh +++ b/jjb/tldk/include-raw-build.sh @@ -36,7 +36,7 @@ echo "* TLDK BUILD SUCCESSFULLY COMPLETED" echo "*******************************************************************" # Run unit tests application -$WORKSPACE/x86_64-native-linuxapp-gcc/app/gtest-rfc --lcores=0 -n 2 +sudo $WORKSPACE/x86_64-native-linuxapp-gcc/app/gtest-rfc --lcores=0 -n 2 echo "*******************************************************************" echo "* TLDK UNIT TESTS SUCCESSFUL" |