From e833143af594ed0e3c1f966af56e4970b1318fe8 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 15 Feb 2012 14:57:52 +0100 Subject: Fix da2ad45f6ff5d2d69524993c5f64684242a2f11d: Add missing archive subfolder --- jenkins-builds/funcs_promotion.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jenkins-builds/funcs_promotion.sh') diff --git a/jenkins-builds/funcs_promotion.sh b/jenkins-builds/funcs_promotion.sh index 7623be6..87b780c 100755 --- a/jenkins-builds/funcs_promotion.sh +++ b/jenkins-builds/funcs_promotion.sh @@ -333,10 +333,10 @@ function prom_cleanup() { # remove the platform 7z files of the local archive folder # and merge the test-results - mkdir -p test-results + mkdir -p archive/test-results for i in $os_and_archs ; do - mv -v jogamp-$i/test-results/* test-results/ - rm -rf jogamp-$i + mv -v archive/jogamp-$i/test-results/* archive/test-results/ + rm -vrf archive/jogamp-$i done cd $lthisdir } -- cgit v1.2.3