REGTEST: Require the option LUA to run lua tests

This commit is contained in:
Christopher Faulet 2018-12-19 11:50:17 +01:00
parent 8ab8a6eee5
commit fdafd9a3f8
5 changed files with 8 additions and 0 deletions

View File

@ -31,6 +31,8 @@
varnishtest "Basic LUA test h00000" varnishtest "Basic LUA test h00000"
#REQUIRE_OPTIONS=LUA
feature ignore_unknown_macro feature ignore_unknown_macro
server s1 -repeat 2 { server s1 -repeat 2 {

View File

@ -20,6 +20,7 @@
# the LUA sleep time. # the LUA sleep time.
varnishtest "LUA bug" varnishtest "LUA bug"
#REQUIRE_OPTIONS=LUA
feature ignore_unknown_macro feature ignore_unknown_macro

View File

@ -1,4 +1,6 @@
varnishtest "Lua: txn:get_priv() scope" varnishtest "Lua: txn:get_priv() scope"
#REQUIRE_OPTIONS=LUA
feature ignore_unknown_macro feature ignore_unknown_macro
haproxy h1 -conf { haproxy h1 -conf {

View File

@ -14,6 +14,7 @@
# connectio closed by the client may stop the applet. # connectio closed by the client may stop the applet.
varnishtest "possible CLOSE-WAIT with '\n' headers" varnishtest "possible CLOSE-WAIT with '\n' headers"
#REQUIRE_OPTIONS=LUA
feature ignore_unknown_macro feature ignore_unknown_macro

View File

@ -1,4 +1,6 @@
varnishtest "Lua: txn:get_priv() scope" varnishtest "Lua: txn:get_priv() scope"
#REQUIRE_OPTIONS=LUA
feature ignore_unknown_macro feature ignore_unknown_macro
haproxy h1 -conf { haproxy h1 -conf {