Skip to content
Snippets Groups Projects
Commit 53138802 authored by nkennedy's avatar nkennedy
Browse files

Preserve diagnostics.out logs with suffixes (e.g. for pid).

ok nkennedy@ ip:peasoup


Former-commit-id: 5815b67a75234449dace08e1af39ccf6a69e325e
parent 514082fb
No related branches found
No related tags found
No related merge requests found
......@@ -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*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment