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

bnolsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new 56245cc  fix to properly check for cmake dir when running autest for 
pre ats10 (#364)
56245cc is described below

commit 56245cc560f82186217d695be65049a85f2652c1
Author: Brian Olsen <[email protected]>
AuthorDate: Thu Nov 21 13:47:53 2024 -0700

    fix to properly check for cmake dir when running autest for pre ats10 (#364)
    
    Co-authored-by: Brian Olsen <[email protected]>
---
 jenkins/github/autest.pipeline | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins/github/autest.pipeline b/jenkins/github/autest.pipeline
index e04197d..49b055c 100644
--- a/jenkins/github/autest.pipeline
+++ b/jenkins/github/autest.pipeline
@@ -136,7 +136,7 @@ pipeline {
 
                                                autest_args=""
                                                testsall=( $( find . -iname 
"*.test.py" | awk -F'/' '{print $NF}' | awk -F'.' '{print $1}' ) )
-                                               if [ -d ../build ]; then
+                                               if [ -d ../cmake ]; then
                                                        # CMake: Enter into the 
build's test directory.
                                                        cd ../build/tests
                                                        pipenv install

Reply via email to