From fe48b46fbeaeef6088504bc5f550d0df50a95598 Mon Sep 17 00:00:00 2001 From: Yannick Brosseau Date: Sat, 17 Nov 2012 11:21:11 -0500 Subject: [PATCH] Run seek tests on a second trace file Signed-off-by: Yannick Brosseau Signed-off-by: Mathieu Desnoyers --- tests/lib/runall.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/lib/runall.sh b/tests/lib/runall.sh index 2f1b5d7a..34503bbb 100755 --- a/tests/lib/runall.sh +++ b/tests/lib/runall.sh @@ -1,3 +1,6 @@ #!/bin/sh # run Seeks tests +# With a trace than contains empty packets ./test-seeks ../ctf-traces/succeed/wk-heartbeat-u/ 1351532897586558519 1351532897591331194 +# With a bigger trace +./test-seeks ../ctf-traces/succeed/lttng-modules-2.0-pre5/ 61334174524234 61336381998396 \ No newline at end of file -- 2.34.1