[Fuego] [PATCH 19/19] LTP: add a fixthis for the -t flag

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Fri May 12 08:20:00 UTC 2017


LTP has a flag where we can limit the duration of each
execution. This can be useful to specify per-group timeouts.

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

diff --git a/engine/tests/Functional.LTP/ltp_target_run.sh b/engine/tests/Functional.LTP/ltp_target_run.sh
index 8907ebe..d8e3852 100755
--- a/engine/tests/Functional.LTP/ltp_target_run.sh
+++ b/engine/tests/Functional.LTP/ltp_target_run.sh
@@ -16,6 +16,7 @@ echo y | ./IDcheck.sh
 
 echo "ltp_target_run: ${TESTS} | ${PTSTESTS} | ${RTTESTS}"
 
+# FIXTHIS: add -t option for limiting the duration of each test group execution
 for i in ${TESTS}; do
     echo "ltp_target_run: doing test $i"
     mkdir -p ${OUTPUT_DIR}/${i}
-- 
2.7.4




More information about the Fuego mailing list