File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -590,7 +590,6 @@ cmd_test() {
590
590
ensure_build_dir
591
591
592
592
# If we got to here, we've got all we need to continue.
593
- say " $( date -u +' %F %H:%M:%S %Z' ) "
594
593
say " Kernel version: $( uname -r) "
595
594
say " Starting test run ..."
596
595
@@ -622,7 +621,6 @@ cmd_test() {
622
621
623
622
ret=$?
624
623
625
- say " $( date -u +' %F %H:%M:%S %Z' ) "
626
624
say " Finished test run ..."
627
625
628
626
if [[ $ramdisk = true ]]; then
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ MY_NAME="Firecracker $(basename "$ARG0")"
15
15
#
16
16
say() {
17
17
[ -t 1 ] && [ -n "$TERM" ] \
18
- && echo "$(tput setaf 2)[$MY_NAME]$(tput sgr0) $*" \
18
+ && echo "$(tput setaf 2)[$MY_NAME $(date -Iseconds) ]$(tput sgr0) $*" \
19
19
|| echo "[$MY_NAME] $*"
20
20
}
21
21
You can’t perform that action at this time.
0 commit comments