[svk-commit] r2464 - in branches/i18n-fixes/pkg: .
nobody at bestpractical.com
nobody at bestpractical.com
Mon Jul 16 21:32:30 EDT 2007
Author: clkao
Date: Mon Jul 16 21:32:30 2007
New Revision: 2464
Modified:
branches/i18n-fixes/pkg/buildsvk.pl
branches/i18n-fixes/pkg/win32/svk.nsi
Log:
* maketest.bat to run all tests recursively.
* PAR_VERBATIM to get dynaloader happy and svk help text.
Modified: branches/i18n-fixes/pkg/buildsvk.pl
==============================================================================
--- branches/i18n-fixes/pkg/buildsvk.pl (original)
+++ branches/i18n-fixes/pkg/buildsvk.pl Mon Jul 16 21:32:30 2007
@@ -199,6 +199,7 @@
local $CWD = $self->build_base;
warn "In ".$self->build_base . " looking for ". $path;
my @cmd = ( 'tar', 'czvf' , "$olddir/$path.tgz", $path);
+ $ENV{PAR_VERBATIM} = 1; # dynloader gets upset and gives warnings if it has #line
system( @cmd);
if ($!) { die "Failed to create tarball: ". $! . join (' ', at cmd);}
}
Modified: branches/i18n-fixes/pkg/win32/svk.nsi
==============================================================================
--- branches/i18n-fixes/pkg/win32/svk.nsi (original)
+++ branches/i18n-fixes/pkg/win32/svk.nsi Mon Jul 16 21:32:30 2007
@@ -78,9 +78,10 @@
FileWrite $1 "if NOT $\"%COMSPEC%$\" == $\"%SystemRoot%\system32\cmd.exe$\" goto endofperl$\n"
FileWrite $1 "if %errorlevel% == 9009 echo You do not have SVK installed correctly.$\n"
FileWrite $1 "if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul$\n"
- FileWrite $1 ".\perl -I..\site prove.bat ..\site\t$\n"
+ FileWrite $1 ".\perl -I..\site prove.bat -r ..\site\t$\n"
FileWrite $1 "set APR_ICONV=$\n"
FileClose $1
+ ; XXX: try to cd back to where we are please
WriteUninstaller "$INSTDIR\Uninstall.exe"
More information about the svk-commit
mailing list