Skip to content

Commit

Permalink
Update datafusion/sqllogictest/bin/sqllogictests.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Findeisen <[email protected]>
  • Loading branch information
alamb and findepi authored Oct 22, 2024
1 parent 8373e94 commit ebb1cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sqllogictest/bin/sqllogictests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async fn run_tests() -> Result<()> {
let options: Options = clap::Parser::parse();
// nextest parses stdout
if options.list {
eprintln!("NOTICE: --list option unsupported quitting");
eprintln!("NOTICE: --list option unsupported, quitting");
return Ok(());
}
options.warn_on_ignored();
Expand Down

0 comments on commit ebb1cea

Please sign in to comment.