Skip to content

Commit

Permalink
sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Oct 12, 2024
1 parent 1a1d0d1 commit ef24336
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sbtdynver/src/sbt-test/dynver/custom-version-string/test
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,32 @@
> dirty
> gitAdd
> gitCommit
> sleep 100
> reload
> gitDiff
> checkOnCommit

> dirty
> sleep 100
> reload
> checkOnCommitDirty

> gitCommit
> gitTag
> sleep 100
> reload
> checkOnTag

> dirty
> sleep 100
> reload
> checkOnTagDirty

> gitCommit
> sleep 100
> reload
> checkOnTagAndCommit

> dirty
> sleep 100
> reload
> checkOnTagAndCommitDirty

0 comments on commit ef24336

Please sign in to comment.