From: Mathieu Desnoyers Date: Fri, 26 Jun 2009 15:17:18 +0000 (-0400) Subject: Fix phase5 test log collection X-Git-Tag: v0.1~114 X-Git-Url: https://git.lttng.org/?p=urcu.git;a=commitdiff_plain;h=ec817b748bf0004a2948937b7d04cd26c106598a Fix phase5 test log collection Signed-off-by: Mathieu Desnoyers --- diff --git a/runpaul-phase5.sh b/runpaul-phase5.sh index 5def9a7..bb4bfe7 100644 --- a/runpaul-phase5.sh +++ b/runpaul-phase5.sh @@ -1,5 +1,11 @@ # test run after write-size update sh runpaul-phase1.sh +mkdir runpaul-phase1 +mv *.log runpaul-phase1/ + sh runpaul-phase2.sh +mkdir runpaul-phase2 +mv *.log runpaul-phase2/ + sh runpaul-phase4.sh