Skip to content
Snippets Groups Projects
Select Git revision
  • 3499e8c1f8d849c5ce9e06a8236886948456586d
  • main default protected
2 results

Dockerfile

Blame
  • run-tests.sh 310 B
    #! /bin/bash
    
    # curl -# -C - -o shebang-unit https://raw.github.com/arpinum-oss/shebang-unit/master/releases/shebang-unit
    # chmod +x shebang-unit
    
    now=$(date +"%Y%m%d%H%M%S")
    mkdir -p ${PWD}/tests-results
    ./shebang-unit --reporters=simple,junit --output-file=${PWD}/tests-results/junit_report-${now}.xml tests