From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9788 invoked by alias); 16 Jan 2003 17:24:14 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9555 invoked from network); 16 Jan 2003 17:24:01 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 16 Jan 2003 17:24:01 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h0GHNvt15660; Thu, 16 Jan 2003 11:23:57 -0600 Date: Thu, 16 Jan 2003 17:24:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200301161723.h0GHNvt15660@duracef.shout.net> To: ezannoni@redhat.com, fnasser@redhat.com Subject: Re: [PATCH] Make tests more flexible Cc: carlton@math.stanford.edu, gdb-patches@sources.redhat.com X-SW-Source: 2003-01/txt/msg00614.txt.bz2 For what it's worth, I think my testbed is agnostic about this issue. So whatever works for David C is okay by me. When I test, I do something like this (but in Perl not sh): # make a new temporary directory rm -rf test mkdir test cd test # copy the pristine build directory cp -a $dir_gdb_build/testsuite/* . # run the tests runtest --objdir ... --outdir ... --srcdir ... Michael C