mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-15 04:43:01 +01:00
14 lines
673 B
Diff
14 lines
673 B
Diff
diff --git a/tests/t/opt_report_checkpoints.t b/tests/t/opt_report_checkpoints.t
|
|
index 1086701..a209c4a 100644
|
|
--- a/tests/t/opt_report_checkpoints.t
|
|
+++ b/tests/t/opt_report_checkpoints.t
|
|
@@ -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:
|