Skip to content

Commit

Permalink
test: fix bazel sqllite invocation
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
cucaroach committed Apr 8, 2022
1 parent 51aed4d commit 8edf457
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GO_TEST_JSON_OUTPUT_FILE=/artifacts/test.json.txt
exit_status=0
$BAZEL_BIN/pkg/cmd/bazci/bazci_/bazci --config=ci --config=crdb_test_off \
test //pkg/sql/logictest:logictest_test -- \
--test_arg -bigtest --test_arg -flex-types --test_arg -parallel=4 \
--test_arg -bigtest --test_arg -flex-types --test_arg -test.parallel=4 \
--test_timeout 86400 --test_filter '^TestSqlLiteLogic$|^TestTenantSQLLiteLogic$' \
--test_env=GO_TEST_JSON_OUTPUT_FILE=$GO_TEST_JSON_OUTPUT_FILE || exit_status=$?
process_test_json \
Expand Down

0 comments on commit 8edf457

Please sign in to comment.