Age | Commit message (Expand) | Author | Files | Lines |
2021-03-22 | Update version numbers for 1.6.3 release branch | Jacob Bachmeyer | 1 | -1/+1 |
2020-06-26 | Withdraw proposed --keep_going and --no_keep_going options | Jacob Bachmeyer | 1 | -18/+0 |
2020-06-26 | Record Tcl errors and dump them again at the end of a run | Jacob Bachmeyer | 1 | -1/+17 |
2020-06-24 | Add option to stop immediately at Tcl errors and continue by default | Jacob Bachmeyer | 1 | -3/+6 |
2020-06-18 | Use consistent behavior for Tcl errors in test scripts | Jacob Bachmeyer | 1 | -0/+6 |
2020-06-17 | Allow testing to continue after an undefined command is called | Jacob Bachmeyer | 1 | -0/+12 |
2020-06-02 | Save and restore variables set by command arguments | Jacob Bachmeyer | 1 | -4/+50 |
2020-06-01 | Print initial working directory if verbose output is selected | Jacob Bachmeyer | 1 | -0/+2 |
2020-06-01 | Add verbose output for testsuite search | Jacob Bachmeyer | 1 | -0/+13 |
2020-05-28 | Show the user's login name shortly after finding it | Jacob Bachmeyer | 1 | -2/+2 |
2020-05-28 | Fix default value of libdir global | Jacob Bachmeyer | 1 | -1/+4 |
2020-05-15 | Update Copyright dates | Rob Savoye | 1 | -1/+1 |
2019-03-08 | * runtest.exp (search_and_load_file): Join the directory and | Andrew Burgess | 1 | -6/+7 |
2018-12-16 | * runtest.exp: Move processing of -V|--version option to first | Jacob Bachmeyer | 1 | -8/+8 |
2018-12-12 | * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp, | Ben Elliston | 1 | -8/+9 |
2018-12-10 | * runtest.exp: Remove unnecessary quotes and braces around | Ben Elliston | 1 | -85/+86 |
2018-12-10 | * runtest.exp (setup_target_hook): Use 'ne' and not '!='. | Ben Elliston | 1 | -2/+2 |
2018-12-08 | * NEWS: Document 'testsuite' command. | Jacob Bachmeyer | 1 | -21/+76 |
2018-12-08 | * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp, | Ben Elliston | 1 | -11/+11 |
2018-12-08 | * runtest.exp, lib/utils.exp, lib/target.exp, lib/ssh.exp, | Ben Elliston | 1 | -39/+39 |
2018-12-06 | * lib/remote.exp (standard_load): Fix typo on empty string. | Jacob Bachmeyer | 1 | -2/+2 |
2018-12-06 | * runtest.exp: Replace [string match] commands involving literal | Ben Elliston | 1 | -2/+2 |
2018-12-06 | * runtest.exp: Replace '==' with 'eq' for string compares. | Ben Elliston | 1 | -5/+5 |
2018-12-06 | * runtest.exp: Replace archaic use of [string match] with "eq". | Jacob Bachmeyer | 1 | -5/+5 |
2018-12-05 | * runtest.exp (load_config): Remove unused globals. | Jacob Bachmeyer | 1 | -7/+0 |
2018-12-04 | * lib/utils.exp (relative_filename): New proc. | Jacob Bachmeyer | 1 | -23/+4 |
2018-12-02 | * runtest.exp (hex): Remove useless test before setting. | Jacob Bachmeyer | 1 | -6/+2 |
2018-12-02 | * doc/dejagnu.texi (Invoking runtest): Document new --local_init | Jacob Bachmeyer | 1 | -46/+56 |
2018-11-30 | * runtest.exp: Use isremote. | Ben Elliston | 1 | -1/+1 |
2018-11-28 | * NEWS: Update. | Ben Elliston | 1 | -1/+1 |
2018-11-22 | * runtest.exp: Ensure that multipass pass variables are always | Jacob Bachmeyer | 1 | -9/+10 |
2018-11-22 | * runtest.exp: Raise error if $DEJAGNU is defined but not found. | Jacob Bachmeyer | 1 | -1/+2 |
2018-11-15 | * runtest.exp (load_tool_init): Search for tool init file instead | Jacob Bachmeyer | 1 | -14/+10 |
2018-11-15 | * runtest.exp (load_lib): Whitespace fix. | Ben Elliston | 1 | -1/+1 |
2018-10-31 | * runtest.exp (load_tool_init): Add message indicating the | Jacob Bachmeyer | 1 | -0/+2 |
2017-10-16 | Roll over to next development version number. | Ben Elliston | 1 | -1/+1 |
2017-08-19 | * runtest.exp: Fix --directory matching. | Tom Tromey | 1 | -1/+4 |
2017-08-15 | Fix bug reported by Andrey ``Bass'' Shcheglov. | Ben Elliston | 1 | -4/+2 |
2017-08-01 | * runtest.exp (usage): Improve --strace message. | Ben Elliston | 1 | -1/+1 |
2017-08-01 | * runtest.exp (usage): --reboot doesn't take a 'name' parameter. | Ben Elliston | 1 | -1/+1 |
2016-09-04 | * runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE. | Jan Kratochvil | 1 | -0/+5 |
2016-06-22 | * configure.ac, dejagnu.h, runtest, runtest.exp, | Bernhard Reutner-Fischer | 1 | -1/+1 |
2016-06-22 | * baseboards/aarch64-sim.exp, baseboards/am33_2.0-libremote.exp, | Bernhard Reutner-Fischer | 1 | -2/+1 |
2016-04-17 | * configure.ac (AC_INIT): Update version number. | Ben Elliston | 1 | -1/+1 |
2016-04-13 | * runtest.exp: Improve --version (-v) output. | Ben Elliston | 1 | -4/+4 |
2016-04-05 | * runtest.exp: Remove defunct and undocumented --tool_root option. | Ben Elliston | 1 | -10/+0 |
2016-04-03 | * runtest.exp: Document the magical handling of -D[01]. | Ben Elliston | 1 | -1/+2 |
2016-03-30 | * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp, | Ben Elliston | 1 | -3/+3 |
2016-03-29 | * runtest.exp: Only print "searching for <test name>" message at | Rob Savoye | 1 | -1/+1 |
2016-03-29 | More fixes identified by the Frink static analyser: | Ben Elliston | 1 | -1/+1 |