summaryrefslogtreecommitdiffstats
path: root/runtest.py
Commit message (Expand)AuthorAgeFilesLines
* [PR #3822] fix typo, reword commentMats Wichmann2020-11-081-4/+4
* runtest now writes a log of failsMats Wichmann2020-11-071-10/+32
* [PR #3851] fix cut-n-paste error in previous fixMats Wichmann2020-11-051-2/+4
* [PR #3821] fix editing errorMats Wichmann2020-11-051-2/+0
* [PR #3821] accomodate Py3.5 in pathlib useMats Wichmann2020-11-051-2/+10
* Convert test runner to use argparseMats Wichmann2020-11-041-331/+286
* Fix occasional test failures when running multiple jobsAdam Gross2020-10-131-14/+23
* Further runtest tweaksMats Wichmann2020-10-041-65/+36
* Add selection options to test runnerMats Wichmann2020-10-021-28/+56
* correct copyright statement per mwichmann's feedbackWilliam Deegan2020-09-211-1/+1
* Fix runtest.py to check SCons dir instead of src dir. Missed this change duri...William Deegan2020-05-101-5/+5
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-1/+1
* Address github review notes and sider issuesWilliam Deegan2020-04-111-20/+2
* drop runntest.py's run from packages. define SCONS_TOOLS_DIR and use that for...William Deegan2020-04-091-78/+38
* Fix scripts dirname typoWilliam Deegan2020-04-091-1/+1
* update runtest.py to find scons in scriptsWilliam Deegan2020-04-091-1/+1
* Merge branch 'master' into runtest-devmodeWilliam Deegan2020-02-251-147/+166
|\
| * rutest cleanups and subprocess updateMats Wichmann2020-02-241-148/+162
| * Fix runtest no-exec modeMats Wichmann2020-02-241-1/+4
* | Change devmode check to not exclude 3.7.0Mats Wichmann2020-02-201-2/+2
* | Let test runner use new Dev. ModeMats Wichmann2020-02-201-4/+9
|/
* rm-py2: Remove "from __future__" from more placesMats Wichmann2020-02-201-2/+0
* Fix runtest.py to only run *Tests.py files under testing as well as under src...William Deegan2020-02-181-1/+1
* Get rid of remaining mktemp callsMats Wichmann2019-12-301-1/+0
* [PR #3411] fix typo spotted by sider CIMats Wichmann2019-08-021-4/+4
* Document and polish runtest.pyMats Wichmann2019-08-021-44/+51
* [PR #3330] do not use shell in subproc callsMats Wichmann2019-03-291-14/+16
* Runtest improvements for multi-job runsMats Wichmann2019-03-291-160/+107
* Clean up some file opens, regex stringsMats Wichmann2019-03-071-7/+13
* [WIP] for #3304: drop use of -tt if py3Mats Wichmann2019-03-011-0/+2
* Drop -tt flag in runtest.pyMats Wichmann2019-03-011-1/+1
* More deletion of _JAVA_OPTIONS to runtest.py from travis startup files.William Deegan2018-08-311-0/+4
* Part of previous change restoredMats Wichmann2018-08-301-1/+1
* Rework the time.clock -> time.perf_counter changeMats Wichmann2018-08-301-3/+2
* Do not use time.clock for Py3 in runtestMats Wichmann2018-08-301-4/+8
* runtest.py: async is a reserved keyword in python 3.7Gary Oberbrunner2018-07-131-2/+2
* move test files from QMTest to testing/framework. QMtest hasn't been used in ...William Deegan2018-04-301-5/+3
* Fix problem with Install and multiple dirs outside src tree.Gary Oberbrunner2018-01-051-1/+1
* Merge branch 'appveyor' of https://github.com/ajf58/scons into AppveyorCIScriptDaniel Moody2017-12-221-15/+6
|\
| * Threading module should definitely be present. Don't try and soldier on witho...Andrew Featherstone2017-12-201-15/+6
* | adding in JobTests.py workaround with the coverage testing, also updated runt...Daniel Moody2017-12-091-6/+20
|/
* Changed to os.pathsep for fixture dirsgrbd2017-06-211-1/+1
* Fix the directory seperator for Fixture directories to be windows compatiblegrbd2017-06-201-1/+1
* Fix issue where a blank line would lead to runtest.py dropping user into a py...William Deegan2017-04-091-0/+1
* change logic to drop ./ or .\ from front of specified test/testpath so logic ...William Deegan2017-04-031-1/+7
* Fix runtest.py to work with win32 paths specified as .\test\xyzWilliam Deegan2017-04-031-0/+3
* Use print() function to fix py2/3Craig Rodrigues2017-03-101-2/+2
* start some changes to show pass/fail stats along with progressWilliam Deegan2017-02-261-3/+18
* Moved fixture directory under #test.William Blevins2016-09-241-1/+1
* Initial python3 cut of test/Fortran.William Blevins2016-09-231-2/+2