Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh committed Dec 6, 2023
1 parent 1777eb2 commit 58e59fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/tool-yugabytedb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
entrypoint: [bash, -i, -c]
command: [ysqlsh -V]
assert:
- stdout.indexOf("psql (PostgreSQL) 11.2-YB-2.19.0.0-b0") != -1 ||
stdout.indexOf("psql (PostgreSQL) 11.2-YB-2.18.1.0-b0") != -1 ||
stdout.indexOf("psql (PostgreSQL) 11.2-YB-2.18.4.2-b0") != -1
- stdout.indexOf("psql (PostgreSQL) 11.2-YB-2.18.4.2-b0") != -1 ||
stdout.indexOf("psql (PostgreSQL) 11.2-YB-2.19.3.0-b0") != -1 ||
stdout.indexOf("psql (PostgreSQL) 11.2-YB-2.20.0.0-b0") != -1
- status == 0
# ycql api
- desc: it should run ycql(cassandra)-api cli
Expand Down

0 comments on commit 58e59fc

Please sign in to comment.