summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDavid Wagner <david.wagner@intel.com>2014-10-24 18:07:26 +0200
committerDavid Wagner <david.wagner@intel.com>2014-10-24 18:07:26 +0200
commit61e221838cf44e1dfd767d82c5d899f8a55d1330 (patch)
tree4fd80604ea1ca31f2de12b9d6bfd2a263c776bd7 /tools
parent1e4132e01cac27e9d83052d81a406e830616193f (diff)
parent187e350b2f46a53819fe76a1eeda72036be2d512 (diff)
downloadexternal_parameter-framework-61e221838cf44e1dfd767d82c5d899f8a55d1330.zip
external_parameter-framework-61e221838cf44e1dfd767d82c5d899f8a55d1330.tar.gz
external_parameter-framework-61e221838cf44e1dfd767d82c5d899f8a55d1330.tar.bz2
Merge pull request #19 from krocard/Remove_useless_log_on_xml_generation_failure
Remove flood debug trace on xml generation error
Diffstat (limited to 'tools')
-rwxr-xr-xtools/xmlGenerator/hostDomainGenerator.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/xmlGenerator/hostDomainGenerator.sh b/tools/xmlGenerator/hostDomainGenerator.sh
index fe02048..c084753 100755
--- a/tools/xmlGenerator/hostDomainGenerator.sh
+++ b/tools/xmlGenerator/hostDomainGenerator.sh
@@ -99,15 +99,6 @@ clean_up () {
status=$?
set +e # An error should not abort clean up
- ( if test $status -ne 0
- then
- echo "$0 is exiting on error, printing debug information."
- echo "Test platform port: $TPSocket"
- echo "PFW port: $PFWSocket"
- netstat --program --all --numeric --extend --tcp
- ps -ejHlf
- fi ) >&5
-
# Exit the test-platform only if it was created by this process
if $TPCreated
then