You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tests/sqllogictests/src/arg.rs
+9
Original file line number
Diff line number
Diff line change
@@ -50,4 +50,13 @@ pub struct SqlLogicTestArgs {
50
50
help = "Choose handlers to run tests, support mysql, http, clickhouse handler, the arg is optional. If use multiple handlers, please use \',\' to split them"
51
51
)]
52
52
pubhandlers:Option<Vec<String>>,
53
+
54
+
// Choose suits to run
55
+
#[arg(
56
+
short = 'u',
57
+
long = "suits",
58
+
help = "The tests to be run will come from under suits",
0 commit comments