Skip to content

Commit 8b68edf

Browse files
authored
Merge pull request #3761 from heplesser/remove_run_test
Remove run_test.sh
2 parents 6483565 + 976cedd commit 8b68edf

4 files changed

Lines changed: 1 addition & 186 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ repos:
3636
# note that these differ from arguments in .github/workflows/nestbuildmatrix.yml
3737
# IF YOU READ THIS: recheck for consistency with `find . -iname "*.sh" -o -iname "*.sh.in"`
3838
"bin/nest_vars.sh.in", # testsuite/do_tests.sh:112 requires this for `. "${PREFIX}/bin/nest_vars.sh"`
39-
"testsuite/run_test.sh",
4039
"testsuite/do_tests.sh",
4140
"testsuite/junit_xml.sh",
4241
"pynest/examples/run_examples.sh",

testsuite/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ install( PROGRAMS
3737
)
3838

3939
install( FILES
40-
junit_xml.sh run_test.sh summarize_tests.py
40+
junit_xml.sh summarize_tests.py
4141
DESTINATION ${CMAKE_INSTALL_DATADIR}/testsuite
4242
)

testsuite/do_tests.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ fi
111111
. "${PREFIX}/bin/nest_vars.sh"
112112
# shellcheck source=testsuite/junit_xml.sh
113113
. "$(dirname "$0")/junit_xml.sh"
114-
# shellcheck source=testsuite/run_test.sh
115-
. "$(dirname "$0")/run_test.sh"
116114

117115
# Directory containing installed tests
118116
TEST_BASEDIR="${PREFIX}/share/nest/testsuite"
@@ -124,8 +122,6 @@ REPORTDIR="${PWD}/$(mktemp -d test_report_XXX)"
124122

125123
TEST_LOGFILE="${REPORTDIR}/installcheck.log"
126124
TEST_OUTFILE="${REPORTDIR}/output.log"
127-
TEST_RETFILE="${REPORTDIR}/output.ret"
128-
TEST_RUNFILE="${REPORTDIR}/runtest.sh"
129125

130126
get_build_info ()
131127
{

testsuite/run_test.sh

Lines changed: 0 additions & 180 deletions
This file was deleted.

0 commit comments

Comments
 (0)