mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fixed merge issue with TIMESTAMP string printing twice.
Fixed merge issue with TIMESTAMP string printing twice.
This commit is contained in:
@@ -230,7 +230,6 @@ do
|
|||||||
start=`_wallclock`
|
start=`_wallclock`
|
||||||
$timestamp && echo -n " ["`date "+%T"`"]"
|
$timestamp && echo -n " ["`date "+%T"`"]"
|
||||||
sh $seq >$tmp.rawout 2>&1
|
sh $seq >$tmp.rawout 2>&1
|
||||||
$timestamp && echo -n " ["`date "+%T"`"]"
|
|
||||||
[ ! -x $seq ] && chmod u+x $seq # ensure we can run it
|
[ ! -x $seq ] && chmod u+x $seq # ensure we can run it
|
||||||
./$seq >$tmp.rawout 2>&1
|
./$seq >$tmp.rawout 2>&1
|
||||||
sts=$?
|
sts=$?
|
||||||
|
|||||||
Reference in New Issue
Block a user