On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin <e...@ixsoftware.nl> wrote:

> A question for the command line ninjas out there:
>
> Currently the script has:
>
> if [[ -s failures.txt ]] ; then
>
> Might it be that we need to add a relative path indicator with the
> file name, like:
>
> if [[ -s ./failures.txt ]] ; then
>
> Thoughts?
>
>
But this check passed, which is why  mini_run tried to run a -failures,
right?  I think it is something inside mini_run.sh that is causing this
problem.

Om

Reply via email to