We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcb8cf commit 0cce178Copy full SHA for 0cce178
2 files changed
prepare_test.go
@@ -43,6 +43,7 @@ func Example_locate() {
43
func Example_download() {
44
_ = os.Chdir(workDir)
45
OpsBranch = "0.1.0"
46
+ os.Setenv("OPS_BRANCH", OpsBranch)
47
opsdir, _ := homedir.Expand("~/.ops")
48
_ = RemoveAll(opsdir)
49
_, _ = downloadTasksFromGitHub(true, true)
tests/help.bats
@@ -61,10 +61,10 @@ setup() {
61
62
run ops -t
63
assert_success
64
- assert_line --partial "OpenServerless Tasks:"
+ assert_line --partial "OpenServerless Administration Tasks"
65
refute_line "Usage of experiments:"
66
run ops -tasks
67
- assert_line --partial "OpenWhisk Tasks:"
+ assert_line --partial "OpenWhisk Tasks"
68
69
70
run ops -i
0 commit comments