summaryrefslogtreecommitdiffstats
path: root/jjb/tldk
diff options
context:
space:
mode:
authorKarol Latecki <karolx.latecki@intel.com>2017-02-09 10:03:16 +0100
committerKarol Latecki <karolx.latecki@intel.com>2017-02-09 10:03:16 +0100
commit8ed32c25d4860e1d033d3350fae28be35a1a621c (patch)
treeebcb81551068f85af9ec02c415d06d203a2d27f2 /jjb/tldk
parent043e5950c343f3395c7b9baff4f683ab0e6730aa (diff)
Add missing sudo in TLDK verification job
Sudo was missing and it was not possible to allocate hugepages Change-Id: Ie20aca6e1086cf4b2e24327b53960a7595cd3eef Signed-off-by: Karol Latecki <karolx.latecki@intel.com>
Diffstat (limited to 'jjb/tldk')
-rwxr-xr-xjjb/tldk/include-raw-build.sh2
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"