1. 25 Jun, 2015 3 commits
    • Kevin Modzelewski's avatar
      Don't have cheetah_test look for system cheetah · 70a7f175
      Kevin Modzelewski authored
      cheetah's tests do a PATH search for the "cheetah" executable,
      and since we were appending the test-cheetah's location to PATH,
      it would find the system cheetah preferentially to the test cheetah.
      
      This is fine since on most systems there isn't a system cheetah, but
      somehow mine has one.  The system cheetah will invoke the system python,
      which will end up passing more of the tests.
      
      We could prepend PATH instead of append to it, but it looks like the
      the tests don't need anything else, so for now don't pass in anything else
      in PATH.
      70a7f175
    • Kevin Modzelewski's avatar
      Merge pull request #644 from kmod/extra_test_counts · 1bc20596
      Kevin Modzelewski authored
      Include total-tests-run in our test-suite-results checking
      1bc20596
    • Kevin Modzelewski's avatar
      Include total-tests-run in our test-suite-results checking · a2f78483
      Kevin Modzelewski authored
      I'm seeing fewer failures locally than specified in the file, and
      I'm guessing it's because I'm somehow skipping some tests, but I'm
      not sure.
      a2f78483
  2. 24 Jun, 2015 11 commits
  3. 23 Jun, 2015 8 commits
  4. 22 Jun, 2015 10 commits
  5. 20 Jun, 2015 8 commits