Skip to content

Commit

Permalink
fix dep on shell
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Nov 3, 2024
1 parent c5e66b9 commit 7f869b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion st2common/tests/fixtures/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
python_sources()

shell_sources(
st2_shell_sources_and_resources(
name="shell",
sources=["*.sh"],
)
2 changes: 1 addition & 1 deletion st2common/tests/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ python_tests(
),
"test_util_green.py": dict(
dependencies=[
"st2common/tests/fixtures/print_to_stdout_stderr_sleep.sh:shell",
"st2common/tests/fixtures/print_to_stdout_stderr_sleep.sh:shell_resources",
],
),
},
Expand Down

0 comments on commit 7f869b9

Please sign in to comment.