diff options
author | Max Rees <maxcrees@me.com> | 2019-08-27 19:05:42 -0500 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2019-08-27 19:14:37 -0500 |
commit | a1ee5f0e6ac73ea9cc57706114ed0b43d6c691fe (patch) | |
tree | a3758e4fc94124eef2119ace9c4ac80881ac52a3 /user/mosquitto/disable-flaky-test.patch | |
parent | 4a3fb555bd3f8141225a2b5e40f2a5fd7d9484ec (diff) | |
download | packages-a1ee5f0e6ac73ea9cc57706114ed0b43d6c691fe.tar.gz packages-a1ee5f0e6ac73ea9cc57706114ed0b43d6c691fe.tar.bz2 packages-a1ee5f0e6ac73ea9cc57706114ed0b43d6c691fe.tar.xz packages-a1ee5f0e6ac73ea9cc57706114ed0b43d6c691fe.zip |
user/mosquitto: new package
In the future:
* cunit may be added to run unit tests.
* libwebsockets may be added for websocket support.
Diffstat (limited to 'user/mosquitto/disable-flaky-test.patch')
-rw-r--r-- | user/mosquitto/disable-flaky-test.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/mosquitto/disable-flaky-test.patch b/user/mosquitto/disable-flaky-test.patch new file mode 100644 index 000000000..8fd51c403 --- /dev/null +++ b/user/mosquitto/disable-flaky-test.patch @@ -0,0 +1,11 @@ +--- mosquitto-1.6.4/test/broker/Makefile 2019-08-01 19:50:01.000000000 +0000 ++++ mosquitto-1.6.4/test/broker/Makefile 2019-08-28 00:03:54.430562623 +0000 +@@ -193,7 +193,7 @@ endif + ./10-listener-mount-point.py + + 11 : +- ./11-message-expiry.py ++ #./11-message-expiry.py + ./11-persistent-subscription.py + ./11-persistent-subscription-v5.py + ./11-persistent-subscription-no-local.py |