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
Julien Ledoux
lemonldap-ng
Commits
5101ad45
Commit
5101ad45
authored
Mar 02, 2017
by
Yadd
Browse files
Fix test path (#595)
parent
fcd76f42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
5101ad45
...
...
@@ -374,9 +374,9 @@ prepare_test_server:
PORT
=
$(TESTWEBSERVERPORT)
\
FASTCGISOCKDIR
=
`
pwd
`
/e2e-tests/conf
\
PORTALDIR
=
`
pwd
`
/e2e-tests/conf/portal
\
PORTALS
TATIC
DIR
=
`
pwd
`
/
$(SRCPORTALDIR)
/site/htdocs
/static
\
PORTALS
ITE
DIR
=
`
pwd
`
/
$(SRCPORTALDIR)
/site/htdocs
\
MANAGERDIR
=
`
pwd
`
/e2e-tests/conf/manager
\
MANAGERS
TATIC
DIR
=
`
pwd
`
/
$(SRCMANAGERDIR)
/site/htdocs
/static
\
MANAGERS
ITE
DIR
=
`
pwd
`
/
$(SRCMANAGERDIR)
/site/htdocs
\
TESTDIR
=
`
pwd
`
/e2e-tests/conf/site
\
DEFDOCDIR
=
`
pwd
`
/doc
\
FRDOCDIR
=
`
pwd
`
/po-doc/fr
\
...
...
@@ -611,8 +611,10 @@ install_webserver_conf:
fi
@
$(PERL)
-i
-pe
's/__DNSDOMAIN__/
$(DNSDOMAIN)
/g; \
s#__PORTALDIR__#
$(PORTALDIR)
/#g; \
s#__PORTALSITEDIR__#
$(PORTALSITEDIR)
/#g; \
s#__PORTALSTATICDIR__#
$(PORTALSTATICDIR)
/#g; \
s#__MANAGERDIR__#
$(MANAGERDIR)
/#g; \
s#__MANAGERSITEDIR__#
$(MANAGERSITEDIR)
/#g; \
s#__MANAGERSTATICDIR__#
$(MANAGERSTATICDIR)
/#g; \
s#__TESTDIR__#
$(TESTDIR)
/#g; \
s#__PORT__#
$(PORT)
#g; \
...
...
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