Skip to content

Commit

Permalink
Enforce that cw debug mode test case prints nothing to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
jukuisma authored and trufae committed Jan 15, 2025
1 parent 555ed74 commit b7d2fec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/db/archos/linux-x86_64/cmd_cw
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ CMDS=<<EOF
cw $$ 4 @@/v4 10 | grep -vE '0x[0-9a-f]{12} hit0_[0-9]{1,2} 0a000000'
EOF
EXPECT=
# cw prints a progress bar to stderr so can't currently enforce stderr is empty
# EXPECT_ERR=
EXPECT_ERR=
RUN

0 comments on commit b7d2fec

Please sign in to comment.