File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed 
docker/host-x86_64/mingw-check-tidy Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -32,5 +32,4 @@ RUN pip3 install --no-deps --no-cache-dir --require-hashes -r /tmp/reuse-require
3232COPY  host-x86_64/mingw-check/validate-toolstate.sh /scripts/
3333COPY  host-x86_64/mingw-check/validate-error-codes.sh /scripts/
3434
35- ENV  RUN_CHECK_WITH_PARALLEL_QUERIES 1
3635ENV  SCRIPT python3 ../x.py test --stage 0 src/tools/tidy tidyselftest
Original file line number Diff line number Diff line change @@ -184,11 +184,11 @@ if [ "$RUN_CHECK_WITH_PARALLEL_QUERIES" != "" ]; then
184184  $SRC /configure --set rust.parallel-compiler
185185
186186  #  Save the build metrics before we wipe the directory
187-   if  [ $HAS_METRICS  =  1 ];  then 
187+   if  [ " $HAS_METRICS " =  1 ];  then 
188188    mv build/metrics.json . 
189189  fi 
190190  rm -rf build
191-   if  [ $HAS_METRICS  =  1 ];  then 
191+   if  [ " $HAS_METRICS " =  1 ];  then 
192192    mkdir build
193193    mv metrics.json build
194194  fi 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments