dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Running tests from matching directories with --directory option


From: Ben Elliston
Subject: Re: Running tests from matching directories with --directory option
Date: Thu, 12 Jun 2014 06:51:22 +1000
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, Jun 11, 2014 at 04:53:44PM +0400, Sergey Alyoshin wrote:

> I have two dirs, which beginning is the same: test-a, test-aB.

> If runtest is called with "--directory test-a", then not only tests
> form 'test-a' dir is proceeded, but also tests from 'test-aB'
> dir. Is this behavior intentional?

I'm not sure why it is this way, but here's the code doing it:

        if {[string match "*${directory}*" $dir]} {

Ben



reply via email to

[Prev in Thread] Current Thread [Next in Thread]