File tree Expand file tree Collapse file tree 3 files changed +2
-1640
lines changed
Expand file tree Collapse file tree 3 files changed +2
-1640
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ The library shares some test cases with other ILP clients.
66These tests were added as so:
77
88```
9- git subtree add --prefix src/tests/interop https://github.com/questdb/questdb-client-test.git main --squash
9+ git subtree add --prefix questdb-rs/ src/tests/interop https://github.com/questdb/questdb-client-test.git main --squash
1010```
1111
1212These should be updated with:
1313
1414```
15- git subtree pull --prefix src/tests/interop https://github.com/questdb/questdb-client-test.git main --squash
15+ git subtree pull --prefix questdb-rs/ src/tests/interop https://github.com/questdb/questdb-client-test.git main --squash
1616```
1717
1818## CMake Integration
Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ pub mod json_tests {
7575 fn parse ( ) -> Vec < TestSpec > {
7676 let mut json_path = PathBuf :: from (
7777 std:: env:: var ( "CARGO_MANIFEST_DIR" ) . unwrap ( ) ) ;
78- json_path. pop ( ) ;
7978 json_path. push ( "src" ) ;
8079 json_path. push ( "tests" ) ;
8180 json_path. push ( "interop" ) ;
You can’t perform that action at this time.
0 commit comments