Skip to content

Commit

Permalink
add test for plz run from stdin
Browse files Browse the repository at this point in the history
  • Loading branch information
goddenrich committed Nov 1, 2023
1 parent 97ea839 commit 59ca2f4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/plz_run/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ please_repo_e2e_test(
repo = "test_repo",
)

please_repo_e2e_test(
name = "std_in_empty_parallel_test",
plz_command = "echo '' | plz run parallel -",
repo = "test_repo",
)

please_repo_e2e_test(
name = "std_in_empty_sequential_test",
plz_command = "echo '' | plz run sequential -",
repo = "test_repo",
)

please_repo_e2e_test(
name = "std_in_sequential_test",
expected_output = {
Expand Down

0 comments on commit 59ca2f4

Please sign in to comment.