From 531388028f55d4b19f2dab30eff7c757bde80cf3 Mon Sep 17 00:00:00 2001 From: nkennedy <nkennedy@git.zephyr-software.com> Date: Mon, 19 Aug 2013 15:11:31 +0000 Subject: [PATCH] Preserve diagnostics.out logs with suffixes (e.g. for pid). ok nkennedy@ ip:peasoup Former-commit-id: 5815b67a75234449dace08e1af39ccf6a69e325e --- tools/ps_tne_scripts_p2/execute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ps_tne_scripts_p2/execute b/tools/ps_tne_scripts_p2/execute index e9402e90b..74c050735 100755 --- a/tools/ps_tne_scripts_p2/execute +++ b/tools/ps_tne_scripts_p2/execute @@ -256,7 +256,7 @@ ls -l # so append the diagnostics.out files together since they # have the same name cd /opt/stonesoup/TH-workspace -more peasoup_executable*/diagnostics.out > diagnostics.out +mv peasoup_executable*/diagnostics.out* . more peasoup_executable*/a.ncexe.sigs.orig >> a.ncexe.sigs.orig mv peasoup_executable*/a.ncexe.sigs.* . rm -rf peasoup_executable* -- GitLab