File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99echo " This script will guide you to install the PythonMiniProbe"
1010
1111echo " installing python-dev and build-essentials"
12- apt-get -y install python-dev build-essential 2>&1 >> /dev/null
12+ apt-get -y install python-dev build-essential 2>&1 >> /tmp/probe_install.log
1313
1414case " $( python --version 2>&1 ) " in
1515 * " 2.7.9" * )
@@ -20,7 +20,7 @@ case "$(python --version 2>&1)" in
2020 ;;
2121 * )
2222 echo " Installing PIP!"
23- apt-get -y install python-pip 2>&1 >> /dev/null
23+ apt-get -y install python-pip 2>&1 >> /tmp/probe_install.log
2424 ;;
2525esac
2626
Original file line number Diff line number Diff line change @@ -499,7 +499,7 @@ def test_external_ip_get_kind():
499499 assert_equal (test_external_ip .get_kind (), 'mpexternalip' )
500500
501501def test_external_ip_sensor_definition ():
502- """http returns correct definition"""
502+ """external_ip returns correct definition"""
503503 test_external_ip = external_ip .External_IP ()
504504 test_sensordef = {
505505 "kind" : test_external_ip .get_kind (),
You can’t perform that action at this time.
0 commit comments