Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zach Beane
zacl
Commits
8a6b1cb0
Commit
8a6b1cb0
authored
Dec 12, 2016
by
Zach Beane
Browse files
Use "127.0.0.1" instead of "localhost" to avoid IPv6 for now.
parent
93f66aaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests.lisp
View file @
8a6b1cb0
...
...
@@ -22,7 +22,7 @@
port
))
(
defvar
*test-port*
nil
)
(
defvar
*test-host*
"
localhost
"
)
(
defvar
*test-host*
"
127.0.0.1
"
)
(
defvar
*test-server*
nil
)
(
defun
make-test-url
(
path
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment