File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed 
devops/scripts/benchmarking Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ check_regression() {
9292cache () {
9393    mkdir -p " $( dirname ./artifact/passing_tests/$1 ) "   " $( dirname ./artifact/failed_tests/$1 ) " 
9494    cp " ./artifact/failed_tests/$1 "   " ./artifact/passing_tests/$1 " 
95+     mkdir -p " $( dirname ./llvm-ci-perf-results/$1 ) " 
9596    mv " ./artifact/failed_tests/$1 "   " ./llvm-ci-perf-results/$1 " 
9697}
9798
@@ -198,7 +199,7 @@ load_configs() {
198199    # 
199200    #  Derive /devops based on location of this script:
200201    [ -z  " $DEVOPS_PATH "   ] &&  DEVOPS_PATH=" $( dirname " $0 " )  /../.." 
201-     if  [ -z  " $( printf " %s "   " $DEVOPS_PATH "   |  grep -oE ' ^[a-zA-Z0-9._\/-]+$' ) "  ];  then 
202+     if  [ -z  " $( printf ' %s '   " $DEVOPS_PATH "   |  grep -oE ' ^[a-zA-Z0-9._\/-]+$' ) "   ];  then 
202203        echo  " Bad DEVOPS_PATH, please specify DEVOPS_PATH variable." 
203204        exit  1
204205    fi 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments