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/test-release-candidate-switching | |
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/test-release-candidate-switching')
-rwxr-xr-x | test/integration/test-release-candidate-switching | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-release-candidate-switching b/test/integration/test-release-candidate-switching index 5736945ab..b6dbe99db 100755 --- a/test/integration/test-release-candidate-switching +++ b/test/integration/test-release-candidate-switching @@ -1,7 +1,7 @@ #!/bin/sh set -e -local TESTDIR=$(readlink -f $(dirname $0)) +TESTDIR=$(readlink -f $(dirname $0)) . $TESTDIR/framework setupenvironment configarchitecture "i386" |