Skip to content

Commit

Permalink
fix: change --test-8.0-version to true
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenglinli committed Aug 27, 2023
1 parent 1dc6030 commit 3fae605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqlancer/stonedb/StoneDBOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class StoneDBOptions implements DBMSSpecificOptions<StoneDBOracleFactory>
public static final int DEFAULT_PORT = 3306;

@Parameter(names = "--test-8.0-version", description = "Let SQLancer test the StoneDB 8.0, otherwise, SQLancer will test the StoneDB 5.7")
public boolean test80Version;
public boolean test80Version = true;

@Parameter(names = "--oracle")
public List<StoneDBOracleFactory> oracles = List.of(StoneDBOracleFactory.NOREC);
Expand Down

0 comments on commit 3fae605

Please sign in to comment.