Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
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
19346f4a
Commit
19346f4a
authored
Nov 13, 2014
by
Morris Jobke
Browse files
this allows a non-existant config/config.php for starting the autotest.sh
parent
a069171c
Changes
1
Hide whitespace changes
Inline
Side-by-side
autotest.sh
View file @
19346f4a
...
...
@@ -40,7 +40,7 @@ if ! [ $PHPUNIT_MAJOR_VERSION -gt 3 -o \( $PHPUNIT_MAJOR_VERSION -eq 3 -a $PHPUN
exit
4
fi
if
!
[
-w
config
-a
-w
config/config.php
]
;
then
if
!
[
\(
-w
config
-a
!
-f
config/config.php
\)
-o
\(
-f
config/config.php
-a
-w
config/config.php
\)
]
;
then
echo
"Please enable write permissions on config and config/config.php"
>
&2
exit
1
fi
...
...
Write
Preview
Supports
Markdown
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