From 2dabeaeea0a64d744bad23b17665a76592be4129 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 16 Jan 2012 15:44:56 -0500 Subject: [PATCH] trying a few more tricks to get jenkins happy. --- scripts/generator/bootstrap_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/generator/bootstrap_build.sh b/scripts/generator/bootstrap_build.sh index 0c4a5a5b..aa96a518 100644 --- a/scripts/generator/bootstrap_build.sh +++ b/scripts/generator/bootstrap_build.sh @@ -66,7 +66,8 @@ echo "Build bootstrap process has started." # preconditions for the build process... # clean out the logs directory so we are all fresh. -rm -rf "$LOGS_DIR" +\rm -rf "$LOGS_DIR" "$BUILD_TOP/generatedJUnitFiles" +mkdir "$LOGS_DIR" # make this again so no one gets cranky. # set up our output directories etc. prepare_binaries_dir -- 2.34.1