coreutils
[Top][All Lists]
Advanced

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

Re: Command-line program to convert 'human' sizes?


From: Bernhard Voelker
Subject: Re: Command-line program to convert 'human' sizes?
Date: Thu, 06 Dec 2012 11:07:24 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 12/06/2012 10:33 AM, Pádraig Brady wrote:
> -  (cd tests && make check TESTS=misc/df VERBOSE=yes) >> log 2>&1
> +  make check TESTS=tests/df/df-P.sh VERBOSE=yes SUBDIRS=. >> log 2>&1

BTW: when one wants to run several tests, e.g. all df tests,
then the following can be used:

  $ make check TESTS="$( echo tests/df/*.sh )" SUBDIRS=.

Please not that the quotes around $( ... ) are necessary, and
that you need echo because it won't work with ls.

Have a nice day,
Berny



reply via email to

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