From 7fb29737a3ece0e3d036d83159a179d702b0a2b4 Mon Sep 17 00:00:00 2001 From: Ian Craggs Date: Tue, 2 Jan 2018 21:58:20 +0000 Subject: [PATCH] Try AppVeyor config again --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9c0729cb..0498545c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,7 +22,7 @@ install: - cmd: cd paho.mqtt.testing\interoperability - - ps: Start-Process C:\Python36\python -ArgumentList 'startbroker.py' '-c' 'client_testing.conf' + - ps: Start-Process C:\Python36\python -ArgumentList 'startbroker.py -c client_testing.conf' - cmd: cd ..\..