Skip to content

Commit

Permalink
//:dummy_test.sh will now print some equal signs when done
Browse files Browse the repository at this point in the history
  • Loading branch information
allada committed Oct 31, 2021
1 parent f00b58f commit 1227d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD
Expand Up @@ -3,7 +3,7 @@
genrule(
name = "dummy_test_sh",
outs = ["dummy_test.sh"],
cmd = "echo 'sleep .1' > \"$@\"",
cmd = "echo \"sleep .1; echo $$(printf '=%.0s' {1..100})\" > \"$@\"",
)

sh_test(
Expand Down

0 comments on commit 1227d39

Please sign in to comment.