Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

xctool 0.1.12 fails to run Kiwi tests on simulator 6.1 (by comparision 0.1.11 works fine) #173

Closed
bpoplauschi opened this issue Sep 24, 2013 · 3 comments
Assignees
Labels

Comments

@bpoplauschi
Copy link

Hi there,

I'm having some issues with xctool 0.1.12, fails to run the tests from Kiwi classes (they are ignored, as if they didn't exist). If I switch back to 0.1.11 version, everything works as expected.

xctool 
  -workspace PROJECT.xcworkspace 
  -scheme SCHEME 
  -sdk iphonesimulator6.1 
  -reporter junit:test-reports/junit-report.xml 
  -reporter pretty 
  ONLY_ACTIVE_ARCH=NO 
  clean 
  test

Results xctool 0.1.11:

** TEST SUCCEEDED: 10 passed, 0 failed, 0 errored, 10 total ** (34278 ms)

Results xctool 0.1.12:

** TEST SUCCEEDED: 4 passed, 0 failed, 0 errored, 4 total ** (34278 ms)

Note: the 4 tests that are always executed are OCTest.

At the moment, I can stick to 0.1.11, but I'm curious what the issue could be. Have you received any similar feedback?

@ghost ghost assigned zlandau Sep 25, 2013
@LegNeato
Copy link
Contributor

@zlandau fallout from your reporting stuff?

@hwaxxer
Copy link

hwaxxer commented Sep 26, 2013

Quite possibly a duplicate of #170

If there are only Specta/Kiwi/etc tests running, xctool hangs, if you have standard OCUnit tests, only they are executed.

@bpoplauschi
Copy link
Author

@hwaxxer you're right, #170 describes my issue. Closing this one

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants