[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
- Re: Command-line program to convert 'human' sizes?, (continued)
- Re: Command-line program to convert 'human' sizes?, Pádraig Brady, 2012/12/04
- Re: Command-line program to convert 'human' sizes?, Assaf Gordon, 2012/12/04
- Re: Command-line program to convert 'human' sizes?, Pádraig Brady, 2012/12/04
- Re: Command-line program to convert 'human' sizes?, Assaf Gordon, 2012/12/05
- Re: Command-line program to convert 'human' sizes?, Assaf Gordon, 2012/12/05
- Re: Command-line program to convert 'human' sizes?, Jim Meyering, 2012/12/05
- Re: Command-line program to convert 'human' sizes?, Assaf Gordon, 2012/12/05
- Re: Command-line program to convert 'human' sizes?, Assaf Gordon, 2012/12/05
- Re: Command-line program to convert 'human' sizes?, Assaf Gordon, 2012/12/05
- Re: Command-line program to convert 'human' sizes?, Pádraig Brady, 2012/12/06
- Re: Command-line program to convert 'human' sizes?,
Bernhard Voelker <=
- Re: Command-line program to convert 'human' sizes?, Pádraig Brady, 2012/12/06
- Re: Command-line program to convert 'human' sizes?, Bernhard Voelker, 2012/12/07
- Re: Command-line program to convert 'human' sizes?, Pádraig Brady, 2012/12/07
- Re: Command-line program to convert 'human' sizes?, Bernhard Voelker, 2012/12/07
- Re: Command-line program to convert 'human' sizes?, Assaf Gordon, 2012/12/07
- Re: Command-line program to convert 'human' sizes?, Pádraig Brady, 2012/12/07