Skip to content

Commit

Permalink
Merge branch 'main' of ../pcp
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcdonell committed Apr 3, 2024
2 parents d6a83f2 + 06c6747 commit 0d2668a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion qa/1492
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ _cleanup()
status=0 # success is the default!
trap "_cleanup; exit \$status" 0 1 2 3 15

# filter the <date> line as it seems to be timezone and/or DST
# sensitive
_filter()
{
sed \
-e "s@$tmp@TMP@g" \
-e "s@`pmdate '%Y/%m/%d'`@TODAY@" \
-e "s@^\( *\)20[0-9][0-9]/[0-9][0-9]/[0-9][0-9]@\1<date>@" \
-e '/Warning: invalid file descriptor -1 in syscall/d' \
-e '/Command: /s@/usr/bin/@/bin/@' \
# end
Expand Down
2 changes: 1 addition & 1 deletion qa/1492.out
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
QA output created by 1492

TODAY
<date>

-------------------------- analysis date: 2024/03/06 --------------------------

Expand Down
2 changes: 1 addition & 1 deletion qa/1493.out
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ QA output created by 1493
QA output created by 1492 --valgrind
=== std out ===

TODAY
<date>

-------------------------- analysis date: 2024/03/06 --------------------------

Expand Down

0 comments on commit 0d2668a

Please sign in to comment.