public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: Dave Brolley <brolley@redhat.com>
To: sid@sources.redhat.com
Subject: [commit] Passing options to SID in run-sid-tests-raw
Date: Thu, 12 May 2005 15:56:00 -0000	[thread overview]
Message-ID: <42837C9F.6060804@redhat.com> (raw)

[-- 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
      }

                 reply	other threads:[~2005-05-12 15:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42837C9F.6060804@redhat.com \
    --to=brolley@redhat.com \
    --cc=sid@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).