[Fusionforge-commits] r11052 - trunk/tests/scripts

Christian Bayle cbayle at libremir.placard.fr.eu.org
Mon Oct 18 20:00:31 CEST 2010


Author: cbayle
Date: 2010-10-18 20:00:31 +0200 (Mon, 18 Oct 2010)
New Revision: 11052

Modified:
   trunk/tests/scripts/fusionforge-build-and-test-deb.sh
Log:
Add Missing ~


Modified: trunk/tests/scripts/fusionforge-build-and-test-deb.sh
===================================================================
--- trunk/tests/scripts/fusionforge-build-and-test-deb.sh	2010-10-18 17:53:18 UTC (rev 11051)
+++ trunk/tests/scripts/fusionforge-build-and-test-deb.sh	2010-10-18 18:00:31 UTC (rev 11052)
@@ -17,7 +17,7 @@
 	export VZTEMPLATE=debian-$DEBVERS-$ARCH-minimal
 	export VZPRIVATEDIR
 	export DIST
-	export BASEDIR=${BASEDIR:-/`id -un`/ws}
+	export BASEDIR=${BASEDIR:-/~`id -un`/ws}
 	export SELENIUM_RC_URL=http://`hostname -f`$BASEDIR/reports
 	export FFORGE_DEB_REPO=http://`hostname -f`$BASEDIR/build/debian
 	export HOST=debian6.local




More information about the Fusionforge-commits mailing list