aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xmlGenerator/hostDomainGenerator.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xmlGenerator/hostDomainGenerator.sh')
-rwxr-xr-xtools/xmlGenerator/hostDomainGenerator.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/tools/xmlGenerator/hostDomainGenerator.sh b/tools/xmlGenerator/hostDomainGenerator.sh
index 4cfce4d..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
@@ -313,5 +304,5 @@ m4 "$@" |
$PFWSendCommand getDomainsWithSettingsXML |
# Delete trailing carriage return and format absolute paths
sed -r -e 's/\r$//' \
- -e 's/(xsi:noNamespaceSchemaLocation=")[^"]*tmp/\1/' >&4
+ -e 's@(xsi:noNamespaceSchemaLocation=")'"$tmpDir"'/?@\1@' >&4