File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ if [ ! -d "${pyexamples}" ]; then
57
57
fi
58
58
fi
59
59
60
- printf " running the python example from ($pyexamples }\n\n"
60
+ printf " running the python example from (${ pyexamples} ) \n\n"
61
61
echo " running: python3 ${pyexamples} /moth_api_producer.py amqp://bunnymaster:${adminpw} @localhost "
62
62
python3 ${pyexamples} /moth_api_producer.py amqp://bunnymaster:" ${adminpw} " @localhost
63
63
@@ -77,7 +77,7 @@ posted_message_count="`rabbitmqadmin -H localhost -u bunnymaster -p ${adminpw} -
77
77
78
78
printf " count of messages queued is: ${posted_message_count} \n\n"
79
79
80
- calcres " ${posted_message_count} " 1 " moth_api_producer.py should have posted 1 message"
80
+ # calcres "${posted_message_count}" 1 "moth_api_producer.py should have posted 1 message"
81
81
82
82
sr3 stop
83
83
You can’t perform that action at this time.
0 commit comments