tests/test-run-tests.t
changeset 38621 f4a214300957
parent 38616 c44ae5997869
child 38823 a9a4b0fc1e5d
equal deleted inserted replaced
38620:875e033fbbdd 38621:f4a214300957
  1250 =======================================
  1250 =======================================
  1251 
  1251 
  1252   $ CUSTOM_TEST_RESULT=basic_test_result $PYTHON $TESTDIR/run-tests.py --with-hg=`which hg` "$@" test-success.t test-failure.t
  1252   $ CUSTOM_TEST_RESULT=basic_test_result $PYTHON $TESTDIR/run-tests.py --with-hg=`which hg` "$@" test-success.t test-failure.t
  1253   
  1253   
  1254   # Ran 2 tests, 0 skipped, 0 failed.
  1254   # Ran 2 tests, 0 skipped, 0 failed.
       
  1255   ON_START! <__main__.TestSuite tests=[<__main__.TTest testMethod=test-failure.t>, <__main__.TTest testMethod=test-success.t>]>
  1255   FAILURE! test-failure.t output changed
  1256   FAILURE! test-failure.t output changed
  1256   SUCCESS! test-success.t
  1257   SUCCESS! test-success.t
       
  1258   ON_END!
  1257 
  1259 
  1258 Test reusability for third party tools
  1260 Test reusability for third party tools
  1259 ======================================
  1261 ======================================
  1260 
  1262 
  1261   $ mkdir "$TESTTMP"/anothertests
  1263   $ mkdir "$TESTTMP"/anothertests