commit | 3345ab0c993b3b98fde0b08957302a9324f25b9b | [log] [tgz] |
---|---|---|
author | Tamas Berghammer <tberghammer@google.com> | Wed Oct 24 00:08:54 2018 +0100 |
committer | Tamas Berghammer <tberghammer@google.com> | Wed Oct 24 00:08:54 2018 +0100 |
tree | 724bf2d48c69f1e7dfcd742f10dab8faf4ccc5f8 | |
parent | 2b6257fefa19bb312e0e9f502daadc11ba707f8a [diff] |
Specify --filecheck argument for dotest.py for the LLDB ToT builders Change-Id: Icd4cdd66e5b4a80b197295505ed87434edd9c9ca
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 @@ 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