Skip to content

Commit

Permalink
Merge pull request #489 from dveeden/egrep
Browse files Browse the repository at this point in the history
tests: Fix failing test due to egrep
  • Loading branch information
akopytov committed May 15, 2023
2 parents b4aa9f1 + 604c3c9 commit db694e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/t/opt_report_checkpoints.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
> exit 80
> fi

$ sysbench ${SBTEST_SCRIPTDIR}/oltp_read_write.lua --db-driver=mysql --mysql-dry-run --time=3 --events=0 --report-checkpoints=1,2 run | egrep '(Checkpoint report|SQL statistics)'
$ sysbench ${SBTEST_SCRIPTDIR}/oltp_read_write.lua --db-driver=mysql --mysql-dry-run --time=3 --events=0 --report-checkpoints=1,2 run | grep -E '(Checkpoint report|SQL statistics)'
[ 1s ] Checkpoint report:
SQL statistics:
[ 2s ] Checkpoint report:
Expand Down

0 comments on commit db694e7

Please sign in to comment.