Skip to content

Commit 71c64c5

Browse files
committed
ci: force binding tester to compare against python
1 parent 164c05f commit 71c64c5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scripts/run_bindingtester.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ esac
3030
make fdb_python
3131

3232
## Run the test
33-
echo "testers = {
34-
'rust': Tester('rust', '${bindingtester}', 2040, 23, MAX_API_VERSION, types=ALL_TYPES),
35-
}" >> ./bindings/bindingtester/known_testers.py
33+
echo "testers['rust'] = Tester('rust', '${bindingtester}', 2040, 23, MAX_API_VERSION, types=ALL_TYPES)
34+
" >> ./bindings/bindingtester/known_testers.py
3635
./bindings/bindingtester/bindingtester.py --test-name scripted rust
37-
./bindings/bindingtester/bindingtester.py --num-ops 1000 --api-version 610 --test-name api --compare rust
36+
./bindings/bindingtester/bindingtester.py --num-ops 1000 --api-version 610 --test-name api --compare python rust
3837
./bindings/bindingtester/bindingtester.py --num-ops 1000 --api-version 610 --test-name api --concurrency 5 rust
3938
)

0 commit comments

Comments
 (0)