Remove unused test infrastructure (#11529)
These two files haven't been touched since 2016 and don't appear to be referenced anywhere elsepull/11002/head
parent
e550118314
commit
b3b00775ea
|
@ -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
1146
tests/shebang-unit
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue