Skip to content

Commit 7274337

Browse files
authored
Merge pull request #39 from TimWolla/vtc-prepend-path
Add missing lua-prepend-path to tests
2 parents baecf2c + 45c032a commit 7274337

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

test/dynamic_method.vtc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ server s_auth_backend {
2626

2727
haproxy h1 -conf {
2828
global
29+
lua-prepend-path ${testdir}/../?/http.lua
2930
lua-load ${testdir}/../auth-request.lua
3031

3132
listen fe1

test/headers_complete.vtc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ server s_auth_backend {
3333

3434
haproxy h1 -conf {
3535
global
36+
lua-prepend-path ${testdir}/../?/http.lua
3637
lua-load ${testdir}/../auth-request.lua
3738

3839
listen fe1

test/headers_fail.vtc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ server s_auth_backend {
1818

1919
haproxy h1 -conf {
2020
global
21+
lua-prepend-path ${testdir}/../?/http.lua
2122
lua-load ${testdir}/../auth-request.lua
2223

2324
listen fe1

test/headers_filter.vtc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ server s_auth_backend {
2121

2222
haproxy h1 -conf {
2323
global
24+
lua-prepend-path ${testdir}/../?/http.lua
2425
lua-load ${testdir}/../auth-request.lua
2526

2627
listen fe1

test/headers_request.vtc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ server s_auth_backend {
1919

2020
haproxy h1 -conf {
2121
global
22+
lua-prepend-path ${testdir}/../?/http.lua
2223
lua-load ${testdir}/../auth-request.lua
2324

2425
listen fe1

test/headers_succeed.vtc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ server s_auth_backend {
2323

2424
haproxy h1 -conf {
2525
global
26+
lua-prepend-path ${testdir}/../?/http.lua
2627
lua-load ${testdir}/../auth-request.lua
2728

2829
listen fe1

0 commit comments

Comments
 (0)