From 9cefbd27887833bf63c393764e442223f52c3f35 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Wed, 19 Mar 2025 13:09:11 -0700 Subject: [PATCH] change: dist-check: use a different /usr/local/openresty-norm prefix for our test builds. --- util/dist-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/dist-check b/util/dist-check index a24cd15..2e9d085 100755 --- a/util/dist-check +++ b/util/dist-check @@ -181,7 +181,7 @@ sh qq{$prefix/bin/resty -e 'ngx.say("Hello World!")'|grep 'Hello World'}; sh "sudo $prefix/nginx/sbin/nginx -sstop"; warn "\n=== Normal Build ===\n"; -$prefix = "/usr/local/openresty"; +$prefix = "/usr/local/openresty-norm"; cleanup(); unless ($opts{f}) { sh "./configure $cfg_opts -j$jobs";