summaryrefslogtreecommitdiffstats
path: root/testsuite/config
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2010-03-16 15:10:06 -0500
committerDavid Smith <dsmith@redhat.com>2010-03-16 15:10:06 -0500
commit4612f779c64aec716433124099a8f82f47d9c90e (patch)
treec065ad11c3203c61b65a92dd2363ef4100dee77c /testsuite/config
parentf4191849c1bf0d12086f74c969ac538a30211781 (diff)
downloadsystemtap-steved-4612f779c64aec716433124099a8f82f47d9c90e.tar.gz
systemtap-steved-4612f779c64aec716433124099a8f82f47d9c90e.tar.xz
systemtap-steved-4612f779c64aec716433124099a8f82f47d9c90e.zip
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.
Diffstat (limited to 'testsuite/config')
-rw-r--r--testsuite/config/unix.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/config/unix.exp b/testsuite/config/unix.exp
index 52560cac..eddd7d63 100644
--- a/testsuite/config/unix.exp
+++ b/testsuite/config/unix.exp
@@ -4,3 +4,4 @@ load_lib "stap_run_exact.exp"
load_lib "stap_run_binary.exp"
load_lib "stap_run.exp"
load_lib "stap_compile.exp"
+load_lib "stap_run_error.exp"