Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
3b7ba552
Unverified
Commit
3b7ba552
authored
8 years ago
by
Vincent Petry
Browse files
Options
Downloads
Patches
Plain Diff
Fix ext storage test class name in test script
parent
e7110c76
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
autotest-external.sh
+4
-2
4 additions, 2 deletions
autotest-external.sh
with
4 additions
and
2 deletions
autotest-external.sh
+
4
−
2
View file @
3b7ba552
...
...
@@ -178,7 +178,7 @@ EOF
return
;
fi
FILES_EXTERNAL_BACKEND_PATH
=
../apps/files_external/tests/
s
torage
FILES_EXTERNAL_BACKEND_PATH
=
../apps/files_external/tests/
S
torage
FILES_EXTERNAL_BACKEND_ENV_PATH
=
../apps/files_external/tests/env
for
startFile
in
`
ls
-1
$FILES_EXTERNAL_BACKEND_ENV_PATH
|
grep
start
`
;
do
...
...
@@ -198,7 +198,9 @@ EOF
# getting backend to test from filename
# it's the part between the dots startSomething.TestToRun.sh
testToRun
=
`
echo
$startFile
|
cut
-d
'-'
-f
2
`
testToRun
=
"
${
testToRun
}
test.php"
# capitalize first letter
testToRun
=
"
${
testToRun
^
}
"
testToRun
=
"
${
testToRun
}
Test.php"
# run the specific test
if
[
-z
"
$NOCOVERAGE
"
]
;
then
...
...
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