mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 14:40:39 +00:00
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
This commit is contained in:
parent
684ed3d987
commit
1514010270
@ -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 ; \
|
||||
|
Loading…
Reference in New Issue
Block a user