aboutsummaryrefslogtreecommitdiff
path: root/doc/runtest.1
AgeCommit message (Collapse)AuthorFilesLines
2020-06-26Withdraw proposed --keep_going and --no_keep_going optionsJacob Bachmeyer1-6/+0
2020-06-24Add option to stop immediately at Tcl errors and continue by defaultJacob Bachmeyer1-3/+3
2020-06-17Allow testing to continue after an undefined command is calledJacob Bachmeyer1-0/+3
2018-12-02 * doc/dejagnu.texi (Invoking runtest): Document new --local_initJacob Bachmeyer1-2/+11
and --global_init command line options. * doc/runtest.1: Likewise. * runtest.exp: Remove useless tests before setting default values for variables: all_flag, binpath, debug, options, outdir, reboot, tracelevel, verbose, log_dialog. They are set before loading any files or parsing the command line. * runtest.exp: Add options --local_init and --global_init for selecting alternate testsuite configuration files. * runtest.exp: Split variable "configfile" into "local_init_file" and "global_init_file" in preparation for adding command-line options to specify these independently. * runtest.exp (load_generic_config): Remove configfile global. (load_board_description): Likewise. (load_base_board_description): Likewise. Signed-off-by: Ben Elliston <bje@gnu.org>
2017-10-16Roll over to next development version number.Ben Elliston1-1/+1
* NEWS: Start a new section for the next release. * configure.ac (AC_INIT): Update version number. * configure: Regenerate. * runtest.exp (frame_version): Update version number. * doc/dejagnu.texi: Likewise. * doc/runtest.1: Update datestamp.
2017-08-15Fix bug reported by Andrey ``Bass'' Shcheglov.Ben Elliston1-3/+3
* lib/framework.exp (open_logs): Set .xml filename correctly. * runtest.exp: Remove xml_file_name var. (usage): Update --xml option to not take an argument. (load_tool_init): Likewise. * doc/dejagnu.texi (Invoking runtest): Update documentation. * doc/runtest.1: Likewise.
2016-06-22 * doc/runtest.1: Use condensed years in copyright statement.Bernhard Reutner-Fischer1-2/+2
Signed-off-by: Ben Elliston <bje@gnu.org>
2016-04-03 * doc/runtest.1: Do not document obsolete --status option. It isBen Elliston1-4/+1
still accepted for compatibility, but does nothing.
2016-04-03 * doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.Ben Elliston1-3/+3
2016-04-03 * doc/runtest.1 (OPTIONS): Sort options.Ben Elliston1-7/+7
2016-02-17 * runtest.exp: Enable --status by default.Ben Elliston1-5/+11
(runtest): Set exit status to 2 if there is any error sourcing the Tcl scripts. * lib/framework.exp (unknown): Likewise, set exit status to 2. * doc/runtest.1: Clarify exit status codes. * NEWS: Update.
2016-02-14 * doc/runtest.1: Tweak.Ben Elliston1-1/+1
2015-12-20 * doc/runtest.1: Miscellaneous minor improvements.Ben Elliston1-8/+9
2015-05-23 * doc/runtest.1 (log_dialog): Improve documentation.Ben Elliston1-1/+1
2015-05-15 * runtest.exp (runtest): Introduce new --log_dialog option.Filipe Brandenburger1-0/+3
* doc/runtest.1: Document it. * doc/user.xml: Likewise. * doc/dejagnu.texi: Regenerate. Signed-off-by: Ben Elliston <bje@gnu.org>
2015-02-05 * doc/runtest.1: Fix a spelling error.Ben Elliston1-1/+1
2012-06-12 * doc/runtest.1: Update.Tom Tromey1-2/+3
* runtest.exp (xml_file_name): New global. (usage): Update. Handle optional argument to --xml. * lib/framework.exp (open_logs): Respect xml_file_name. Signed-off-by: Ben Elliston <bje@gnu.org>
2012-03-242012-03-24 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>Ben Elliston1-2/+2
* doc/runtest.1: Correct name of debug file.
2009-07-06 From Reuben Thomas <rrt@sc3d.org>:Ben Elliston1-3/+3
* doc/runtest.1: Fix some formatting issues.
2008-02-25 * doc/runtest.1: Update date of last revision.Ben Elliston1-2/+2
2005-12-23 * doc/runtest.1: Update manual page.Ben Elliston1-54/+70
2004-02-08 * doc/runtest.1: Improve some wording. Update last revision date.Ben Elliston1-12/+11
2004-02-07 * runtest.1: Remove any mention of mondfe.Ben Elliston1-3/+2
2003-08-17More trailing whitespace.Ben Elliston1-12/+12
2003-07-29 * doc/runtest.1: Replace "TCL" with "Tcl".Ben Elliston1-2/+2
Make last revision date current.
2002-04-302002-04-30 Ben Elliston <bje@redhat.com>Rob Savoye1-0/+2
* doc/runtest.1: Fix formatting error for --ignore option.
2001-02-18 * Most all files: Update copyright notices.Rob Savoye1-2/+1
* Makefile.am: Add support for making RPMs. Force different values for RUNTEST and RUNTESTFLAGS, so we can test ourselves. * testsuite/Makefile.am: Force a different value for RUNTESTFLAGS. * acinclude.m4, configure.in: Find Tclsh, and Docbook. * configure: Regenerated. * doc/Makefile.am: Use $DOCBOOK to find the filters. * doc/overview: Add the html version of the doc so one doesn't need docbook to read the manual. * example/calc/Makefile.am: New automake support. * example/calc/Makefile.in: Generated. * example/Makefile.am: Recursion support for make. * example/calc/Makefile.in: Generated by automake. * example/calc/calc.h.in: Move constants to calc.c, so we can use autoheader. * example/calc/calc.c: Add constants from calc.h.in. * redhat/dejagnu.spec: New RPM packaging file. * debian/{changelog,conffiles,control,copyright,postinst,preinst, rules,site.exp}: New Debian packaging support.
2001-02-05Initial revisionRob Savoye1-0/+119