From 1bfe7da627f2c4eb8d51659e822ec3ccfafb2317 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 16 Jan 2012 19:19:41 -0500 Subject: [PATCH] trying to track down weird bootstrapping problem on jenkins. --- scripts/generator/bootstrap_build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/generator/bootstrap_build.sh b/scripts/generator/bootstrap_build.sh index aa96a518..09650e4f 100644 --- a/scripts/generator/bootstrap_build.sh +++ b/scripts/generator/bootstrap_build.sh @@ -66,8 +66,11 @@ echo "Build bootstrap process has started." # preconditions for the build process... # clean out the logs directory so we are all fresh. +echo "Removing logs directory '$LOGS_DIR'..." \rm -rf "$LOGS_DIR" "$BUILD_TOP/generatedJUnitFiles" -mkdir "$LOGS_DIR" # make this again so no one gets cranky. +mkdir -p "$LOGS_DIR" # make this again so no one gets cranky. +echo "after removing and making dir again, it's here '$LOGS_DIR'..." +ls -al $LOGS_DIR # set up our output directories etc. prepare_binaries_dir -- 2.34.1