summaryrefslogtreecommitdiffstats
path: root/jjb/tldk/include-raw-build.sh
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2016-12-16 13:33:21 -0600
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2016-12-16 13:42:52 -0600
commit68f5cfb09a6fdd793450e551db19a24cde8c7c2f (patch)
tree737a585019bd51c0727a90069a16effeb5be3eca /jjb/tldk/include-raw-build.sh
parent2a36c43a61bf8698491db42031121d0ef5d6f31f (diff)
Revert "Add dependencies for tldk jjb"
This reverts commit 486588e7a8095791b81a4ac8bd0062e2297a61ee. Reverting change because it's currently broken in production and will block the Packer cut-over from Vagrant Change-Id: I5e9da2ceeb6c79148ad1af18563cbf3ccb5a612d Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb/tldk/include-raw-build.sh')
-rw-r--r--jjb/tldk/include-raw-build.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/jjb/tldk/include-raw-build.sh b/jjb/tldk/include-raw-build.sh
index 417a1deca..f4ba63b63 100644
--- a/jjb/tldk/include-raw-build.sh
+++ b/jjb/tldk/include-raw-build.sh
@@ -28,16 +28,8 @@ fi
echo "sha1sum of this script: ${0}"
sha1sum $0
-# Make TLDK
make
echo "*******************************************************************"
echo "* TLDK BUILD SUCCESSFULLY COMPLETED"
echo "*******************************************************************"
-
-# Run unit tests application
-$WORKSPACE/x86_64-native-linuxapp-gcc/app/gtest-rfc --lcores=0 -n 2
-
-echo "*******************************************************************"
-echo "* TLDK UNIT TESTS SUCCESSFUL
-echo "*******************************************************************"