diff options
author | Gerald Combs <gerald@wireshark.org> | 2014-10-01 12:44:14 -0700 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2014-10-01 22:30:33 +0000 |
commit | 58cde5c74accbb7ad843e4b97e64c2b9f74b8854 (patch) | |
tree | 52808e0e80d4c7c7621960d392f4dc0b1e049464 /.gitattributes | |
parent | b5aa0d2a4f6b70c16323e5ea69412c3cc861379e (diff) | |
download | wireshark-58cde5c74accbb7ad843e4b97e64c2b9f74b8854.tar.gz wireshark-58cde5c74accbb7ad843e4b97e64c2b9f74b8854.tar.bz2 wireshark-58cde5c74accbb7ad843e4b97e64c2b9f74b8854.zip |
Add tests for the Qt UI.
Make sure the Qt UI quits if WIRESHARK_QUIT_AFTER_CAPTURE is set. Make
sure Bourne shell scripts (*.sh) have UNIX/POSIX line endings. Reduce
some time values so that the tests run faster.
Change-Id: I81df7c6f72d7d807d1856863cbea1bb6326ca711
Reviewed-on: https://code.wireshark.org/review/4407
Tested-by: Gerald Combs <gerald@wireshark.org>
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index e797a0d476..610cc900be 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ * text=auto +*.sh eol=lf /test export-ignore .bzrignore export-ignore .gitattributes export-ignore |