diff options
author | Alan Conway <aconway@apache.org> | 2010-03-03 17:11:09 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-03-03 17:11:09 +0000 |
commit | f0f898dfcae5815c31283ab476fa5252f6660bc1 (patch) | |
tree | f529bf4ea217f3b8fa9c8a633b003158c4828446 /.gitignore | |
parent | 6b76732a5390600afa8f0d89e817e4c2d91c019f (diff) | |
download | qpid-python-f0f898dfcae5815c31283ab476fa5252f6660bc1.tar.gz |
Minor improvements to brokertest framework.
- fixed bug in use of host()
- check for existence of executables
- more efficient error_line impl
- check both *.err and *.out for error line
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@918578 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 14fc13b445..283441acef 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ *.lo *.vglog .dirstamp -Makefile* +Makefile.in config\.* configure .deps @@ -22,7 +22,6 @@ qpidc.spec qpid/cpp/src/gen/ *gen.mk *.timestamp -rgen.timestamp *.pcl qpid/cpp/managementgen/management-types.xml |