Skip to content

Commit c5e6768

Browse files
committed
Minor fix in start-broker.bat
Signed-off-by: Daniel Dylag <bisker@op.pl>
1 parent 820b7c6 commit c5e6768

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

start-broker.bat

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
@echo off
22
rem Simplified Windows version of start-broker.sh
33
rem Moquitto broker not supported, only Python Interopability Broker
4-
rem echo "Installing and starting Python Interop Broker."
4+
echo "Installing and starting Python Interop Broker."
55
if not exist "paho.mqtt.testing" (
66
git clone https://github.com/eclipse/paho.mqtt.testing.git
77
)
88
copy "java_client_testing.conf" "paho.mqtt.testing/interoperability/java_client_testing.conf" /y
99
cd paho.mqtt.testing/interoperability
10-
start python3 startbroker.py -c java_client_testing.conf
10+
start python3 startbroker.py -c java_client_testing.conf
11+
cd ../..

0 commit comments

Comments
 (0)