updated to remove some msys refs.
[feisty_meow.git] / production / setup_src / autotesting_tools / create_autotesting_bundle.sh
diff --git a/production/setup_src/autotesting_tools/create_autotesting_bundle.sh b/production/setup_src/autotesting_tools/create_autotesting_bundle.sh
deleted file mode 100644 (file)
index 88c9830..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-# Creates a bundle of tools for testing to improve our capabilities in
-# scripting.
-
-INSTDIR=$FEISTY_MEOW_DIR/install/Tests
-if [ ! -d "$INSTDIR" ]; then mkdir -p "$INSTDIR"; fi
-TOOL_PACK=$INSTDIR/autotesting_tools.exe
-rm -f "$TOOL_PACK"
-
-$FEISTY_MEOW_DIR/binaries/bundle_creator -o "$TOOL_PACK" -m ./autotesting_manifest.txt
-if [ "$?" != "0" ]; then
-  echo Failure during creation of autotest package.
-  exit 23
-fi
-