Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test_scala_library_jar.sh #859

Merged
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion test/shell/test_scala_library_jar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ scala_library_jar_without_srcs_must_include_filegroup_resources(){
}

scala_library_jar_without_srcs_must_fail_on_mismatching_resource_strip_prefix() {
action_should_fail build test_expect_failure/wrong_resource_strip_prefix:noSrcsJarWithWrongStripPrefix
action_should_fail build test_expect_failure/mismatching_resource_strip_prefix:noSrcsJarWithWrongStripPrefix
}

$runner scala_library_jar_without_srcs_must_fail_on_mismatching_resource_strip_prefix
Expand Down