Skip to content

Commit

Permalink
Not a real commit, just want to see if compiling roachtest with --crd…
Browse files Browse the repository at this point in the history
…b_test works w/ mvcc_gc + breaks other tests
  • Loading branch information
DarrylWong committed Oct 17, 2023
1 parent 325f77c commit 04c9709
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ case "$component" in
;;
roachtest)
# Roachtest binary.
bazel_args=(//pkg/cmd/roachtest)
bazel_args=(//pkg/cmd/roachtest --crdb_test)
artifacts=("pkg/cmd/roachtest/roachtest_/roachtest:bin/roachtest.$os-$arch")
;;
*)
Expand Down

0 comments on commit 04c9709

Please sign in to comment.