diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-10-29 10:37:35 -0400 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-10-29 10:37:35 -0400 |
commit | 0e1945c14bee88013ad03c3b58e088c704f7ffa9 (patch) | |
tree | f5fc881fe41d66b4831dc9aad6a61b8a5f48b178 /test/libapt/run-tests | |
parent | 8a91e5e7a018648178dc2bc399187496734a0639 (diff) | |
parent | 71626337ad5fe00a5f9b753829445084e8f5e790 (diff) |
merged from debian
Diffstat (limited to 'test/libapt/run-tests')
-rwxr-xr-x | test/libapt/run-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libapt/run-tests b/test/libapt/run-tests index 0f55f7386..f5fc03446 100755 --- a/test/libapt/run-tests +++ b/test/libapt/run-tests @@ -4,7 +4,7 @@ set -e local DIR=$(readlink -f $(dirname $0)) echo "Compiling the tests …" test -d "$DIR/../../build/obj/test/libapt/" || mkdir -p "$DIR/../../build/obj/test/libapt/" -$(cd $DIR && make) +(cd $DIR && make) echo "Running all testcases …" LDPATH="$DIR/../../build/bin" EXT="_libapt_test" |