more changes, to remove the repository dir variable.
[feisty_meow.git] / production / setup_src / autotesting_tools / create_autotesting_bundle.sh
index 00cd84cc93e330329d44b74e5304feb88ca68660..88c9830c011350aaba9a222c1238856fa92aa0fb 100644 (file)
@@ -3,12 +3,12 @@
 # Creates a bundle of tools for testing to improve our capabilities in
 # scripting.
 
-INSTDIR=$REPOSITORY_DIR/install/Tests
+INSTDIR=$FEISTY_MEOW_DIR/install/Tests
 if [ ! -d "$INSTDIR" ]; then mkdir -p "$INSTDIR"; fi
 TOOL_PACK=$INSTDIR/autotesting_tools.exe
 rm -f "$TOOL_PACK"
 
-$REPOSITORY_DIR/binaries/bundle_creator -o "$TOOL_PACK" -m ./autotesting_manifest.txt
+$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