summaryrefslogtreecommitdiff
path: root/test/Scripts/ignore
Commit message (Collapse)AuthorAge
* Revert r98892. BSD systems may not have bash installed at all.Jeffrey Yasskin2010-03-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98909 91177308-0d34-0410-b5e6-96231b3b80d8
* Work around a valgrind oddity where it doesn't pass the full path of aJeffrey Yasskin2010-03-18
| | | | | | | | | | | | script to the #! command by using bash instead of /bin/sh. Bash searches $PATH for its script argument, but dash, which /bin/sh resolves to on some systems, does not. https://bugs.kde.org/show_bug.cgi?id=231257 tracks the valgrind problem. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98892 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a script to run a command but ignore its return code. This scriptReid Spencer2007-04-14
always returns 0. This is useful with the llvm.exp based dejagnu testing when a test wants to check the error output of tool invocation that returns non-zero. Since every command is checked with llvm.exp, there needs to be a way to prevent that checking and this script is it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35991 91177308-0d34-0410-b5e6-96231b3b80d8