Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
a73023fe
Commit
a73023fe
authored
Dec 02, 2014
by
Joas Schilling
Browse files
Allow passing a test file just like in autotest.sh
parent
7e47a363
Changes
1
Hide whitespace changes
Inline
Side-by-side
autotest.cmd
View file @
a73023fe
...
...
@@ -72,13 +72,13 @@ echo localhost:5432:*:oc_autotest:owncloud > %APPDATA%\postgresql\pgpass.conf
::
if
[
%
1
]
==
[]
(
echo
"Running on all database backends"
call
:execute
_tests
"sqlite"
call
:execute
_tests
"mysql"
call
:execute
_tests
"mssql"
::call:execute_tests
"ora"
call
:execute
_tests
"pgsql"
call
:execute
_tests
"sqlite"
"
%
2"
call
:execute
_tests
"mysql"
"
%
2"
call
:execute
_tests
"mssql"
"
%
2"
::call:execute_tests
"ora"
"
%
2"
call
:execute
_tests
"pgsql"
"
%
2"
)
else
(
call
:execute
_tests
"
%
1"
call
:execute
_tests
"
%
1"
"
%
2"
)
goto
:eof
...
...
@@ -129,7 +129,7 @@ goto:eof
php
occ
app
:disable
files_external
cd
tests
call
phpunit
--bootstrap
bootstrap
.php
--configuration
phpunit
-autotest
.xml
--log-junit
autotest
-results
-
%
~
1
.xml
--coverage-clover
autotest
-clover
-
%
~
1
.xml
--coverage-html
coverage
-html
-
%
~
1
call
phpunit
--bootstrap
bootstrap
.php
--configuration
phpunit
-autotest
.xml
--log-junit
autotest
-results
-
%
~
1
.xml
--coverage-clover
autotest
-clover
-
%
~
1
.xml
--coverage-html
coverage
-html
-
%
~
1
%
~
2
@echo
"Done with testing
%
~1 ..."
cd
%BASEDIR%
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment