tremove old diagnostics file if it exists - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
(HTM) git clone git://src.adamsgaard.dk/sphere
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit f9dc89d13535b0b6128072ecfdf3613b670526fc
(DIR) parent 3f3d9a2a75100827aa45919187110a03c2d7013b
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 8 Sep 2014 09:39:37 +0200
remove old diagnostics file if it exists
Diffstat:
M run_diagnostics.sh | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/run_diagnostics.sh b/run_diagnostics.sh
t@@ -28,6 +28,7 @@ report make test
report cat Testing/Temporary/LastTestsFailed.log
report cat Testing/Temporary/LastTest.log
+rm -f $OUTFILE
gzip $OUTFILE
echo "Diagnostics complete."
echo "Report bugs and unusual behavior to anders.damsgaard@geo.au.dk."