public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* [commit] Passing options to SID in run-sid-tests-raw
@ 2005-05-12 15:56 Dave Brolley
  0 siblings, 0 replies; only message in thread
From: Dave Brolley @ 2005-05-12 15:56 UTC (permalink / raw)
  To: sid

[-- Attachment #1: Type: text/plain, Size: 134 bytes --]

Hi,

I've committed the attached patch which passes sid-opts to sid in 
run-sid-tests-raw. Up until now, sid-opts was ignored.

Dave


[-- Attachment #2: sid-test.ChangeLog --]
[-- Type: text/plain, Size: 111 bytes --]

2005-05-12  Dave Brolley  <brolley@redhat.com>

	* lib/cpudefs.exp (run-sid-tests-raw): Pass sid-opts to sid.


[-- Attachment #3: sid-test.patch.txt --]
[-- Type: text/plain, Size: 1424 bytes --]

Index: sid/component/testsuite/lib/cpudefs.exp
===================================================================
RCS file: /cvs/src/src/sid/component/testsuite/lib/cpudefs.exp,v
retrieving revision 1.7
diff -c -p -r1.7 cpudefs.exp
*** sid/component/testsuite/lib/cpudefs.exp	28 Oct 2003 18:24:59 -0000	1.7
--- sid/component/testsuite/lib/cpudefs.exp	12 May 2005 15:50:26 -0000
*************** proc run-sid-tests-raw { toolchain-prefi
*** 130,142 ****
         set testcase-dir [file dirname $src]
         set exe-name ${name}.${exe-suffix}
  
!        # Set sid-opts and run the test.
!        set sid-opts "${conf-file} -e \"set cpu-loader file ${exe-name}\" ${conf-line}"
         run-one-sid-test \
                 $as ${as-opts} \
                 $ld ${ld-opts} \
                 {} {} \
!                $sid ${sid-opts} \
                 ${all-machs} $src ${exe-suffix} \
                 $runner
      }
--- 130,142 ----
         set testcase-dir [file dirname $src]
         set exe-name ${name}.${exe-suffix}
  
!        # Set all-sid-opts and run the test.
!        set all-sid-opts "${conf-file} -e \"set cpu-loader file ${exe-name}\" ${sid-opts} ${conf-line}"
         run-one-sid-test \
                 $as ${as-opts} \
                 $ld ${ld-opts} \
                 {} {} \
!                $sid ${all-sid-opts} \
                 ${all-machs} $src ${exe-suffix} \
                 $runner
      }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-12 15:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-12 15:56 [commit] Passing options to SID in run-sid-tests-raw Dave Brolley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).