From 04c989a49784c278c229a3a5fa0dc2154e03e209 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Sat, 27 Feb 2010 12:30:48 -0500 Subject: [PATCH] usttrace: add nanoseconds to traceset directory name Without this, the test scripts may create two traces simultaneously, resulting in two sets of traces in the same directory --- usttrace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usttrace b/usttrace index b14b4a9..b28a8d0 100755 --- a/usttrace +++ b/usttrace @@ -96,7 +96,7 @@ then fi # Create directory for trace output -DATESTRING="$(hostname)-$(date +%Y%m%d%H%M%S)" +DATESTRING="$(hostname)-$(date +%Y%m%d%H%M%S%N)" OUTDIR="$BASE_TRACE_DIR/$DATESTRING" mkdir -p "$OUTDIR" -- 2.34.1