diff options
author | Gabor Greif <ggreif@gmail.com> | 2008-02-26 13:27:49 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2008-02-26 13:27:49 +0000 |
commit | 15140102701809ef788a0ae5aab43df21fd91aaf (patch) | |
tree | dfa0a9330f8d456602b24b54d5edf94472398463 /test/Makefile | |
parent | 684ed3d98728bb28f675d87b756661008e0ef1e3 (diff) |
unbreak check-one
by supplying a dummy
"verbose" procedure
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47603 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index bbd7132884..00c5ef268d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -66,6 +66,7 @@ check-one: site.exp $(TCLSH) echo "proc fail { msg } { puts \"FAIL: \$$msg\" }" ; \ echo "proc xfail { msg } { puts \"XFAIL: \$$msg\" }" ; \ echo "proc xpass { msg } { puts \"XPASS: \$$msg\" }" ; \ + echo "proc verbose args { }" ; \ echo "source $(LLVM_SRC_ROOT)/test/lib/llvm.exp" ; \ echo "RunLLVMTests $(TESTPATH)" ) | \ ( ulimit -t 600 ; ulimit -d 512000 ; \ |