c505f1d16e6df966066be4a3923bc99b275df590 blob 474 bytes (raw)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| | #!/bin/sh
. ./test-lib.sh
t_plan 3 "test the default_middleware false configuration option"
t_begin "setup and start" && {
unicorn_setup
echo default_middleware false >> $unicorn_config
unicorn -D -c $unicorn_config fails-rack-lint.ru
unicorn_wait_start
}
t_begin "check exit status with Rack::Lint not present" && {
test 42 -eq "$(curl -sf -o/dev/null -w'%{http_code}' http://$listen/)"
}
t_begin "killing succeeds" && {
kill $unicorn_pid
check_stderr
}
t_done
|
debug log:
solving c505f1d ...
found c505f1d in https://yhbt.net/unicorn-public/20180921002158.GC89979@jeremyevans.local/
applying [1/1] https://yhbt.net/unicorn-public/20180921002158.GC89979@jeremyevans.local/
diff --git a/t/t0301-default-middleware-false.sh b/t/t0301-default-middleware-false.sh
new file mode 100644
index 0000000..c505f1d
Checking patch t/t0301-default-middleware-false.sh...
1:28: new blank line at EOF.
+
Applied patch t/t0301-default-middleware-false.sh cleanly.
warning: 1 line adds whitespace errors.
index at:
100644 c505f1d16e6df966066be4a3923bc99b275df590 t/t0301-default-middleware-false.sh
Code repositories for project(s) associated with this inbox:
../../../unicorn.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).