Skip to content

Commit f32d86a

Browse files
committed
Workaround for running sqllogictests in RustRover
1 parent 5210a2b commit f32d86a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

datafusion/sqllogictest/bin/sqllogictests.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,12 @@ struct Options {
581581
help = "IGNORED (for compatibility with built-in rust test runner)"
582582
)]
583583
ignored: bool,
584+
585+
#[clap(
586+
long,
587+
help = "IGNORED (for compatibility with built-in rust test runner)"
588+
)]
589+
nocapture: bool,
584590
}
585591

586592
impl Options {

0 commit comments

Comments
 (0)