summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2018-10-24 00:08:54 +0100
committerTamas Berghammer <tberghammer@google.com>2018-10-24 00:08:54 +0100
commit3345ab0c993b3b98fde0b08957302a9324f25b9b (patch)
tree724bf2d48c69f1e7dfcd742f10dab8faf4ccc5f8
parent2b6257fefa19bb312e0e9f502daadc11ba707f8a (diff)
downloadlldb-utils-lldb-master-dev.tar.gz
Specify --filecheck argument for dotest.py for the LLDB ToT builderslldb-master-dev
Change-Id: Icd4cdd66e5b4a80b197295505ed87434edd9c9ca
-rwxr-xr-xbuildbotScripts/bashShell/svntotbuild/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildbotScripts/bashShell/svntotbuild/test.sh b/buildbotScripts/bashShell/svntotbuild/test.sh
index 5222cfb..c3ccc5f 100755
--- a/buildbotScripts/bashShell/svntotbuild/test.sh
+++ b/buildbotScripts/bashShell/svntotbuild/test.sh
@@ -4,6 +4,7 @@ source setEnv.sh
function appendCommonArgs {
dotest_args+=(--executable "$buildDir/bin/lldb")
+ dotest_args+=(--filecheck "$buildDir/bin/FileCheck")
for c in "gdb-remote packets" "lldb all"; do
dotest_args+=(--channel "$c")
done