Skip to content

Commit

Permalink
Update testscript/testdata/build.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Roger Peppe <rogpeppe@gmail.com>
  • Loading branch information
twpayne and rogpeppe committed Jan 12, 2022
1 parent 37b7340 commit 23c8489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testscript/testdata/build.txt
@@ -1,7 +1,8 @@
[!exec:sh] skip 'sh not found in $PATH'

# test that the build:tag condition works for set build tags
[build:go1.16] exec sh -c 'exit 0'
[build:go1.16] exec cat ok
stdout ok
[build:go1.17] exec sh -c 'exit 0'

# test that the build:tag condition works for unset build tags
Expand Down

0 comments on commit 23c8489

Please sign in to comment.