Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
180faa24
Commit
180faa24
authored
11 years ago
by
Morris Jobke
Browse files
Options
Downloads
Plain Diff
Merge pull request #3857 from owncloud/enable_single_autotest
enable testing individual tests
parents
b19033b3
bc61a9c0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
autotest.sh
+3
-3
3 additions, 3 deletions
autotest.sh
with
3 additions
and
3 deletions
autotest.sh
+
3
−
3
View file @
180faa24
...
...
@@ -132,9 +132,9 @@ EOF
php
-f
enable_all.php
if
[
"
$1
"
==
"sqlite"
]
;
then
# coverage only with sqlite - causes segfault on ci.tmit.eu - reason unknown
phpunit
--configuration
phpunit-autotest.xml
--log-junit
autotest-results-
$1
.xml
--coverage-clover
autotest-clover-
$1
.xml
--coverage-html
coverage-html-
$1
phpunit
--configuration
phpunit-autotest.xml
--log-junit
autotest-results-
$1
.xml
--coverage-clover
autotest-clover-
$1
.xml
--coverage-html
coverage-html-
$1
$2
$3
else
phpunit
--configuration
phpunit-autotest.xml
--log-junit
autotest-results-
$1
.xml
phpunit
--configuration
phpunit-autotest.xml
--log-junit
autotest-results-
$1
.xml
$2
$3
fi
}
...
...
@@ -149,7 +149,7 @@ if [ -z "$1" ]
# we will add oci as soon as it's stable
#execute_tests 'oci'
else
execute_tests
$1
execute_tests
$1
$2
$3
fi
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment