Skip to content

Commit ccd6081

Browse files
committed
Install turtle-session in Homebrew formula
1 parent d6239e2 commit ccd6081

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packaging/homebrew/Formula/turtle-term.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def install
4747
turtle-superconscious
4848
turtle-agent-machine
4949
turtle-language
50+
turtle-session
5051
]
5152
turtle_scripts.each do |script|
5253
chmod 0755, "assets/sourceos/bin/#{script}"
@@ -121,6 +122,7 @@ def caveats
121122
turtle-superconscious observe hello
122123
turtle-agent-machine surfaces
123124
turtle-language diagnostics #{__FILE__}
125+
turtle-session profiles
124126
EOS
125127
end
126128

@@ -150,5 +152,6 @@ def caveats
150152
assert_match "superconscious_observation", shell_output("#{bin}/turtle-superconscious observe hello")
151153
assert_match "agent_machine_surfaces", shell_output("#{bin}/turtle-agent-machine surfaces")
152154
assert_match "diagnostics", shell_output("#{bin}/turtle-language diagnostics #{__FILE__}")
155+
assert_match "profiles", shell_output("#{bin}/turtle-session profiles")
153156
end
154157
end

0 commit comments

Comments
 (0)