From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 6 Jun 2020 11:56:24 +0000 (+0200)
Subject: privoxy-regression-test.pl: Include the action file when complaining about missing... 
X-Git-Tag: v_3_0_29~307
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/static/@default-cgi@edit-actions-add-url-form?a=commitdiff_plain;h=e41d3e9bb9ba6637826a66937a694c8efae10fad;p=privoxy.git

privoxy-regression-test.pl: Include the action file when complaining about missing Sticky Actions
---

diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl
index f93ffb57..cec557aa 100755
--- a/tools/privoxy-regression-test.pl
+++ b/tools/privoxy-regression-test.pl
@@ -274,7 +274,7 @@ sub load_regression_tests_from_file ($) {
                 l(LL_FILE_LOADING, "Sticky actions: " . $sticky_actions);
                 $regression_tests[$si][$ri]{'sticky-actions'} = $sticky_actions;
             } else {
-                log_and_die("Sticky URL without Sticky Actions: $value");
+                log_and_die("Sticky URL without Sticky Actions in $action_file: $value");
             }
 
         } else {
@@ -654,7 +654,7 @@ sub load_action_files ($) {
                     l(LL_FILE_LOADING, "Sticky actions: " . $sticky_actions);
                     $regression_tests[$si][$ri]{'sticky-actions'} = $sticky_actions;
                 } else {
-                    log_and_die("Sticky URL without Sticky Actions: $value");
+                    log_and_die("Sticky URL without Sticky Actions in $actionfile: $value");
                 }
 
             } else {