Changeset f5f6ec0


Ignore:
Timestamp:
Jul 16, 2011, 12:28:10 AM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
0ba7333
Parents:
8219374
git-author:
David Benjamin <davidben@mit.edu> (07/11/11 00:01:29)
git-committer:
David Benjamin <davidben@mit.edu> (07/16/11 00:28:10)
Message:
Don't use export FOO=bar syntax in runtests.sh

Solaris' shell can't run those. We can actually remove the variables
altogether since the tester/barnowl wrapper will take care of it. Also
make the error message in the latter more accurate.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • barnowl

    rb14f8cb rf5f6ec0  
    88
    99if test ! -x "$EXE"; then
    10     echo "Cannot find barnowl.bin" >&2
     10    echo "Cannot find $EXE" >&2
    1111    exit 1
    1212fi
  • runtests.sh

    r786a410 rf5f6ec0  
    11#!/bin/sh
    2 SRCDIR=`dirname "${0}"`
    3 
    4 export BARNOWL_DATA_DIR="$SRCDIR/perl/"
    5 export BARNOWL_BIN_DIR="$SRCDIR/"
    6 
    72HARNESS_PERL=./tester exec prove --failures t/
Note: See TracChangeset for help on using the changeset viewer.