summaryrefslogtreecommitdiffstats
path: root/tests/test-installer/create-test-installer.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-installer/create-test-installer.bat')
-rw-r--r--tests/test-installer/create-test-installer.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-installer/create-test-installer.bat b/tests/test-installer/create-test-installer.bat
index bb8aa5c02..eb9ac9dc8 100644
--- a/tests/test-installer/create-test-installer.bat
+++ b/tests/test-installer/create-test-installer.bat
@@ -106,7 +106,7 @@ IF "%ONLINE_INSTALLER%" EQU "true" (
IF "%REPOGEN%" EQU "true" (
echo create online repository
@IF exist ..\..\bin\repository rmdir /S /Q ..\..\bin\repository
- ..\..\bin\repogen.exe -p ..\..\examples\testapp\packages -c ..\..\examples\testapp\config\config.xml ..\..\bin\repository
+ ..\..\bin\repogen.exe -p ..\..\examples\testapp\packages ..\..\bin\repository
@if %ERRORLEVEL% NEQ 0 goto error_marker ELSE goto done_marker
)