This is an automated email from the ASF dual-hosted git repository.

cmcfarlen pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 1d77cc6825392eabaee88dd29f84fda1b38f317f
Author: Chris McFarlen <[email protected]>
AuthorDate: Tue Jul 9 09:38:52 2024 -0500

    Use PrepareInstalledPlugin to prep txn_box.so (#11521)
    
    (cherry picked from commit 8ce6092dda3bd35fc9812e38b23588dc414e6585)
---
 tests/gold_tests/autest-site/txn_box.test.ext | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/gold_tests/autest-site/txn_box.test.ext 
b/tests/gold_tests/autest-site/txn_box.test.ext
index 2709ba212c..007b31254c 100755
--- a/tests/gold_tests/autest-site/txn_box.test.ext
+++ b/tests/gold_tests/autest-site/txn_box.test.ext
@@ -125,8 +125,7 @@ def TxnBoxTest(
     # git_root = dirname(dirname(dirname(ts.TestRoot)))
     # txn_box_lib = os.path.join(git_root, "lib", "txn_box.so")
     # ts.Setup.Copy(txn_box_lib, plugin_dir, CopyLogic.SoftFiles)
-    self.PrepareTestPlugin(
-        os.path.join(self.Variables.AtsTestPluginsDir, 
'../../../../plugins/experimental/txn_box/plugin/txn_box.so'), ts)
+    self.PrepareInstalledPlugin('txn_box.so', ts)
 
     # Configure txn_box in Traffic Server if there's a config. Otherwise 
assume it's remap only.
     if config_path == 'Auto':

Reply via email to