[Fuego] [PATCH 11/11] LTP: use git instead of tarball by default

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Tue Sep 25 06:58:52 UTC 2018


This change can be discussed, but personally I always
use the git version. Now that if_source_changed is supported
it is even more useful.

Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 engine/tests/Functional.LTP/fuego_test.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/engine/tests/Functional.LTP/fuego_test.sh b/engine/tests/Functional.LTP/fuego_test.sh
index a378573..6c5871e 100755
--- a/engine/tests/Functional.LTP/fuego_test.sh
+++ b/engine/tests/Functional.LTP/fuego_test.sh
@@ -1,5 +1,5 @@
-# gitrepo="https://github.com/linux-test-project/ltp.git"
-tarball=ltp-full-20180118.tar.bz2
+gitrepo="https://github.com/linux-test-project/ltp.git"
+#tarball=ltp-full-20180118.tar.bz2
 
 NEED_ROOT=1
 
-- 
2.7.4



More information about the Fuego mailing list