summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-02-10 12:16:02 +0100
committerNiels Weber <niels.weber@digia.com>2014-02-11 10:43:32 +0100
commitcaab7bf6e0d8c62cde952e5c43cc780223b88a9c (patch)
tree90a14a4083b91b59a8d0cb9c861e74c15b8ff649 /tests
parentb2387af637001ee90de045a15638841b130ba418 (diff)
doc: More fixes for repogen documentation
- Remove '-c config' from docs - Remove '--updateurl' from docs Change-Id: I2a7a6d3ffd370527ab3d72a2db7c120355f1931f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Niels Weber <niels.weber@digia.com>
Diffstat (limited to 'tests')
-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
)