Browse Source

Remove unused test infrastructure (#11529)

These two files haven't been touched since 2016 and don't appear to be
referenced anywhere else
pull/11002/head
Max Gautier 1 week ago
committed by GitHub
parent
commit
b3b00775ea
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 1154 deletions
  1. 8
      tests/run-tests.sh
  2. 1146
      tests/shebang-unit

8
tests/run-tests.sh

@ -1,8 +0,0 @@
#! /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

1146
tests/shebang-unit
File diff suppressed because it is too large
View File

Loading…
Cancel
Save