From: Yannick Brosseau Date: Sat, 17 Nov 2012 16:21:11 +0000 (-0500) Subject: Run seek tests on a second trace file X-Git-Tag: v1.0.1~7 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=fe48b46fbeaeef6088504bc5f550d0df50a95598 Run seek tests on a second trace file Signed-off-by: Yannick Brosseau Signed-off-by: Mathieu Desnoyers --- 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