summaryrefslogtreecommitdiff
path: root/test/TestRunner.sh
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-29 14:49:00 +0000
committerDan Gohman <gohman@apple.com>2010-08-29 14:49:00 +0000
commit05841638a73d79b7b8a67d3a3fa698c42f51a224 (patch)
treec8fe885ad4e2108c86ba61a1b4152e48ec5314e5 /test/TestRunner.sh
parentc9fa2cd596b3c20c5f78aa8e1d227b81d52991fb (diff)
downloadllvm-05841638a73d79b7b8a67d3a3fa698c42f51a224.tar.gz
llvm-05841638a73d79b7b8a67d3a3fa698c42f51a224.tar.bz2
llvm-05841638a73d79b7b8a67d3a3fa698c42f51a224.tar.xz
Use exec.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112425 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TestRunner.sh')
-rwxr-xr-xtest/TestRunner.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TestRunner.sh b/test/TestRunner.sh
index 76e08424b3..ab50856af1 100755
--- a/test/TestRunner.sh
+++ b/test/TestRunner.sh
@@ -2,4 +2,4 @@
# Deprecated, use 'llvm-lit'.
echo "warning: '$0' is deprecated, use 'llvm-lit' instead."
-llvm-lit "$@"
+exec llvm-lit "$@"