Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B buck
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 201
    • Issues 201
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • buck
  • Issues
  • #2204
Closed
Open
Issue created Feb 25, 2019 by Administrator@rootContributor

`buck test` output breaks Powershell

Created by: woodruffw

Observed with osquery's Buck build. Something about buck test's output makes Powershell unhappy:

Image: screen shot 2019-02-25 at 5 20 16 pm

Text:

PS C:\Users\User\Downloads\osquery> buck test @mode/system.py#release //tests/integration/tables:tests
Not using buckd because watchman isn't installed.
Parsing buck files: finished in 7.3 sec
Creating action graph: finished in 1.4 sec
Building: finished in 22.2 sec (100%) 306/306 jobs, 5 updated
  Total time: 31.0 sec
Testing: finished in 36.4 sec (70 PASS/0 FAIL)
RESULTS FOR //tests/integration/tables:tests
PASS     34.4s 70 Passed   0 Skipped   0 Failed   //tests/integration/tables:tests
TESTS PASSED
PS C:\Users\User\Downloads\osquery> git fetch tob
git : From https://github.com/trailofbits/osquery-pr
At line:1 char:1
+ git fetch tob
+ ~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (From https://gi...bits/osquery-pr:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError

   1e50caae..9baff872  william/feature/logical_drives_refactor -> tob/william/feature/logical_drives_refactor

Observe that the git fetch completes successfully, but appears in red with a NativeCommandError.

buck build is not affected.

Assignee
Assign to
Time tracking