Changeset 4127 for trunk/lang/tcl


Ignore:
Timestamp:
Jan 16, 2014 10:51:33 AM (10 years ago)
Author:
mmc
Message:

Added a "-auto" option to "rappture -tester" so you can run all tests
without the GUI in the background. This is needed as we try to run
regressions automatically during the contribtool process. In order to
do this, I had to split the Tool object into a "Task" that can run
without the GUI, and the "Tool" that acts as a ControlOwner?. I also
had to support for resource file processing into the generic Rappture
package. As a result, "rappture -tester -auto" can run without an
X window connection.

Added support for "job_protocol mx" in the resources file. If you
specify this, then Rappture will execute "mx cmd arg arg..." to run
each job.

Location:
trunk/lang/tcl/scripts
Files:
1 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/lang/tcl/scripts/Makefile.in

    r3056 r4127  
    4343                $(srcdir)/library.tcl \
    4444                $(srcdir)/objects.tcl \
     45                $(srcdir)/resources.tcl \
    4546                $(srcdir)/result.tcl \
     47                $(srcdir)/task.tcl \
    4648                $(srcdir)/units.tcl
    4749
Note: See TracChangeset for help on using the changeset viewer.