From 53de283ba02f6187bb888e32d15a077e1988783a Mon Sep 17 00:00:00 2001
From: rds <rds>
Date: Tue, 28 Oct 2008 15:47:59 +0000
Subject: [PATCH] - we need to log to a user specific file - added command to
 run message

---
 scripts/zmap_test_suite.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/scripts/zmap_test_suite.sh b/scripts/zmap_test_suite.sh
index 144fe99e4..a34349dce 100755
--- a/scripts/zmap_test_suite.sh
+++ b/scripts/zmap_test_suite.sh
@@ -99,7 +99,8 @@ CONTEXT_FORMAT=context
 cat <<EOF > $ZMAP_CONFIG || zmap_message_exit "Failed to write '$ZMAP_CONFIG'"
 [ZMap]
 show_mainwindow=true
-
+[logging]
+filename=$USER.zmap.log
 EOF
 
 # The config file the xremote_gui reads
@@ -138,6 +139,8 @@ EOF
 # Now run the xremote_gui command, which should look like
 # xremote_gui --config-file ../../../scripts/xremote.ini --command-file ../../../scripts/xremote_gui.cmd
 
+zmap_message_out "Running $PROGRAM_PATH/xremote_gui --config-file $CONFIG_FILE --command-file $COMMAND_FILE"
+
 $PROGRAM_PATH/xremote_gui \
 --config-file $CONFIG_FILE   \
 --command-file $COMMAND_FILE || zmap_message_exit "Failed runing xremote_gui"
-- 
GitLab