Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
server
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Nextcloud
server
Commits
3b7ba552
Unverified
Commit
3b7ba552
authored
May 24, 2016
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
Show 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