Skip to content
Snippets Groups Projects
Unverified Commit b3b00775 authored by Max Gautier's avatar Max Gautier Committed by GitHub
Browse files

Remove unused test infrastructure (#11529)

These two files haven't been touched since 2016 and don't appear to be
referenced anywhere else
parent e5501183
No related branches found
No related tags found
No related merge requests found
#! /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
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment