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
bd877f31
Commit
bd877f31
authored
Dec 23, 2016
by
Sergio Bertolin
Browse files
Start using prefixes
parent
0441f890
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/integration/run.sh
View file @
bd877f31
...
...
@@ -8,12 +8,12 @@ OCC=${OC_PATH}occ
SCENARIO_TO_RUN
=
$1
HIDE_OC_LOGS
=
$2
function
en
ableMD5HomeStorag
e
{
function
en
v_alt_home_enabl
e
{
$OCC
app:enable testing
OUTPUT_ENABLING_ALT_USER_BACKEND
=
`
$OCC
config:app:set testing enable_alt_user_backend
--value
yes
`
$OCC
config:app:set testing enable_alt_user_backend
--value
yes
}
function
cleanupMD5HomeStorage
{
function
env_alt_home_clear
{
$OCC
app:disable testing
}
...
...
@@ -46,8 +46,8 @@ ID_STORAGE=`echo $OUTPUT_CREATE_STORAGE | awk {'print $5'}`
$OCC
files_external:option
$ID_STORAGE
enable_sharing
true
if
test
"
$
MD5_HOME_STORAG
E
"
=
"1"
;
then
en
ableMD5HomeStorag
e
if
test
"
$
OC_TEST_ALT_HOM
E
"
=
"1"
;
then
en
v_althome_enabl
e
fi
vendor/bin/behat
--strict
-f
junit
-f
pretty
$SCENARIO_TO_RUN
...
...
@@ -61,8 +61,8 @@ $OCC files_external:delete -y $ID_STORAGE
#Disable external storage app
$OCC
app:disable files_external
if
test
"
$
MD5_HOME_STORAG
E
"
=
"1"
;
then
cleanupMD5HomeStorage
if
test
"
$
OC_TEST_ALT_HOM
E
"
=
"1"
;
then
env_althome_clear
fi
if
[
-z
$HIDE_OC_LOGS
]
;
then
...
...
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