Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Probe doesn't seem to run on Windows #14

Open
simoneb opened this issue Apr 21, 2015 · 0 comments
Open

Probe doesn't seem to run on Windows #14

simoneb opened this issue Apr 21, 2015 · 0 comments

Comments

@simoneb
Copy link

simoneb commented Apr 21, 2015

Copying the solution from the package folder gives:

$ bug-clinic run 8.js

TAP version 13
# (anonymous)
not ok 1 tracer exited OK
  ---
    operator: equal
    expected: 0
    actual:   8
  ...
not ok 2 got expected first path
  ---
    operator: equal
    expected: '/neato'
    actual:   ''
  ...
not ok 3 got expected second path
  ---
    operator: equal
    expected: '/prognosis'
    actual:   undefined
  ...
not ok 4 got expected third path
  ---
    operator: equal
    expected: '/whoops'
    actual:   undefined
  ...
not ok 5 got expected first status code
  ---
    operator: equal
    expected: '404'
    actual:   '\r'
  ...
not ok 6 got expected second status code
  ---
    operator: equal
    expected:
      '200'
    actual:
      '.....\\node_modules\\bug-clinic\\node_modules\\.bin\\jstrace:2\r'
  ...
not ok 7 got expected third status code
  ---
    operator: equal
    expected: '404'
    actual:   'basedir=`dirname "$0"`\r'
  ...
not ok 8 plan != count
  ---
    operator: fail
    expected: 13
    actual:   7
  ...

1..8
# tests 8
# pass  0
# fail  8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant