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
Branches
Tags
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.
Please register or to comment