This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.1-225-g4612f77


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  4612f779c64aec716433124099a8f82f47d9c90e (commit)
      from  f4191849c1bf0d12086f74c969ac538a30211781 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4612f779c64aec716433124099a8f82f47d9c90e
Author: David Smith <dsmith@redhat.com>
Date:   Tue Mar 16 15:10:06 2010 -0500

    Move common code from {maxmemory.exp,overload.exp} into stap_run_error.exp.
    
    * testsuite/lib/stap_run_error.exp: New file.
    * testsuite/config/unix.exp: Loads stap_run_error.exp.
    * testsuite/systemtap.base/maxmemory.exp: Uses stap_run_error function
      instead of local code.
    * testsuite/systemtap.base/overload.exp: Ditto.

-----------------------------------------------------------------------

Summary of changes:
 testsuite/config/unix.exp              |    1 +
 testsuite/lib/stap_run_error.exp       |   62 +++++++++++++++++++++++++++++++
 testsuite/systemtap.base/maxmemory.exp |   63 ++------------------------------
 testsuite/systemtap.base/overload.exp  |   57 ++---------------------------
 4 files changed, 70 insertions(+), 113 deletions(-)
 create mode 100644 testsuite/lib/stap_run_error.exp


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]