diff options
author | Michael Vogt <mvo@debian.org> | 2011-02-15 16:04:46 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2011-02-15 16:04:46 +0100 |
commit | adee3bae782f5b7d83819bf92ab419663ef4ee64 (patch) | |
tree | 1cd47bed976482b141ab2783eb54f6ce5bac7591 /test/integration/create-test-data | |
parent | c1f701abcb04732d23df39c8c10ce5b45ee76d15 (diff) |
test/integration/: remove a bunch of "local" statements from the shellscript, keep tests running even on failure but log failures
Diffstat (limited to 'test/integration/create-test-data')
-rwxr-xr-x | test/integration/create-test-data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/create-test-data b/test/integration/create-test-data index 581b62910..effbe1ea3 100755 --- a/test/integration/create-test-data +++ b/test/integration/create-test-data @@ -6,7 +6,7 @@ if [ -z "$1" -o -z "$2" ]; then exit 1 fi -local TESTDIR=$(readlink -f $(dirname $0)) +TESTDIR=$(readlink -f $(dirname $0)) . $TESTDIR/framework BUILDDIRECTORY="${TESTDIR}/../../build/bin" |