Skip to content

Commit

Permalink
Fix func test.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Jan 14, 2022
1 parent ccbfdb3 commit 164dd49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/functional/clock-trigger-inexact/00-big-offset.t
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TRIGG_MINU=$(( 10#${START_MINU} + 1))
[[ $START_MINU == 0* ]] && TRIGG_MINU=0${TRIGG_MINU}

for NAME in foo bar baz; do
grep_ok "${START_HOUR}:${TRIGG_MINU}.* INFO - \[${NAME}\..*\] => waiting$" log
grep_ok "${START_HOUR}:${TRIGG_MINU}.* INFO - \[.*/${NAME} .*\] => waiting$" log
done

purge
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Initial point: 1
Final point: 16
[2/woo] -triggered off []
2/woo -triggered off []
2/qux -triggered off []
1/bar -triggered off []
1/foo -triggered off []
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/cyclers/multimonthly/reference.log
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Initial point: 1000
Final point: 1001
[10000101T0000Z/baz] -triggered off ['09990701T0000Z/baz']
10000101T0000Z/baz -triggered off ['09990701T0000Z/baz']
10000101T0000Z/foo -triggered off ['09991201T0000Z/foo']
10000101T0000Z/bar -triggered off ['10000101T0000Z/foo']
10000101T0000Z/qux -triggered off ['10000101T0000Z/baz']
Expand Down

0 comments on commit 164dd49

Please sign in to comment.