Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/scala_test_testfilter/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ load("@io_bazel_rules_scala//scala:scala.bzl", "scala_test")
scala_test(
name = "tests",
srcs = ["A.scala", "B.scala"],
tags = ["manual"]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move this target under test_expect_failure/ instead, where it's expected to be not passing

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Should the shell script remain where it is, or where do I put that?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, leave it there, thanks!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I think this shell script does not get executed - you need to include it into test_rules_scala.sh

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be done now.

)