#3 copy tests results to html subdirectory
Closed 6 years ago by kparal. Opened 6 years ago by jscotka.
taskotron/ jscotka/task-modularity-testing-framework debug_logs  into  develop

file modified
+3
@@ -61,6 +61,9 @@ 

      fi

      # NOTE: Do not remove the trailing slash from 'latest/', it's a symlink

      cp -r /root/avocado/job-results/latest/ "$OUTDIR"

+     # NOTE: Fix issue that avocado expects debug logs of tests under html subdirectory

+     # Not sure if it is possible to use symlink there.

+     cp -r /root/avocado/job-results/latest/test-results "$OUTDIR"/html/

  }

  

  function check_artifact {

no initial comment

Pull-Request has been closed by kparal

6 years ago
Metadata