aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runtest.all/remote.test
diff options
context:
space:
mode:
authorTom de Vries <tom@codesourcery.com>2017-06-04 11:10:04 +1000
committerBen Elliston <bje@gnu.org>2017-06-04 11:10:04 +1000
commit97b84b250181dd470080d62738118343bf190394 (patch)
tree06f61edc39e42a478eb63c437fbf1314ac97bc4e /testsuite/runtest.all/remote.test
parentc920074240e376dd336f2ec2d56ab67d8b910ab8 (diff)
downloaddejagnu-97b84b250181dd470080d62738118343bf190394.zip
dejagnu-97b84b250181dd470080d62738118343bf190394.tar.gz
dejagnu-97b84b250181dd470080d62738118343bf190394.tar.bz2
* testsuite/runtest.all/libs.exp (process_test): Dump entire
output when there's no reportable output. * testsuite/runtest.all/remote.test (load_lib): New proc. * testsuite/runtest.all/target.test (load_lib): Same. Signed-off-by: Ben Elliston <bje@gnu.org>
Diffstat (limited to 'testsuite/runtest.all/remote.test')
-rw-r--r--testsuite/runtest.all/remote.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/runtest.all/remote.test b/testsuite/runtest.all/remote.test
index 23888c6..af72664 100644
--- a/testsuite/runtest.all/remote.test
+++ b/testsuite/runtest.all/remote.test
@@ -13,6 +13,11 @@ if [ file exists $srcdir/$subdir/default_procs.tcl ] {
puts "ERROR: $srcdir/$subdir/default_procs.tcl doesn't exist"
}
+proc load_lib { lib } {
+ global srcdir
+ source "$srcdir/../lib/$lib"
+}
+
set file $srcdir/../lib/remote.exp
if [ file exists $file] {
source $file