diff options
| author | adamdottv <[email protected]> | 2025-07-09 08:16:10 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-07-09 08:16:10 -0500 |
| commit | ca8ce88354fa2f8e7cc8f0a911197a2550ebc269 (patch) | |
| tree | 07902e77aadb66113897c8363488d0b3a90ebf5d /packages/tui/sdk/scripts | |
| parent | 37a86439c426bc735e3b3e76767ddd4c321fbe1a (diff) | |
| download | opencode-ca8ce88354fa2f8e7cc8f0a911197a2550ebc269.tar.gz opencode-ca8ce88354fa2f8e7cc8f0a911197a2550ebc269.zip | |
feat(tui): move logging to server logs
Diffstat (limited to 'packages/tui/sdk/scripts')
| -rwxr-xr-x | packages/tui/sdk/scripts/lint | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/tui/sdk/scripts/lint b/packages/tui/sdk/scripts/lint index c10fa02f6..9f37abf28 100755 --- a/packages/tui/sdk/scripts/lint +++ b/packages/tui/sdk/scripts/lint @@ -7,5 +7,5 @@ cd "$(dirname "$0")/.." echo "==> Running Go build" go build . -# Compile the tests but don't run them -go test -c . +echo "==> Checking tests compile" +go test -run=^$ . |
