tests/test-run-tests.t
changeset 47584 ee1fc8f970e6
parent 47583 05abe1ff1edd
child 47588 eb611ecb435c
equal deleted inserted replaced
47583:05abe1ff1edd 47584:ee1fc8f970e6
    13 
    13 
    14 Define a helper to avoid the install step
    14 Define a helper to avoid the install step
    15 =============
    15 =============
    16   $ rt()
    16   $ rt()
    17   > {
    17   > {
    18   >     "$PYTHON" $TESTDIR/run-tests.py --with-hg=`which hg` -j1 "$@"
    18   >     "$PYTHON" $TESTDIR/run-tests.py --with-hg=$HGTEST_REAL_HG -j1 "$@"
    19   > }
    19   > }
    20 
    20 
    21 error paths
    21 error paths
    22 
    22 
    23 #if symlink
    23 #if symlink
  1367   $LOCALIP (glob)
  1367   $LOCALIP (glob)
  1368 
  1368 
  1369 Add support for external test formatter
  1369 Add support for external test formatter
  1370 =======================================
  1370 =======================================
  1371 
  1371 
  1372   $ CUSTOM_TEST_RESULT=basic_test_result "$PYTHON" $TESTDIR/run-tests.py --with-hg=`which hg` -j1 "$@" test-success.t test-failure.t
  1372   $ CUSTOM_TEST_RESULT=basic_test_result "$PYTHON" $TESTDIR/run-tests.py --with-hg=$HGTEST_REAL_HG -j1 "$@" test-success.t test-failure.t
  1373   running 2 tests using 1 parallel processes 
  1373   running 2 tests using 1 parallel processes 
  1374   
  1374   
  1375   # Ran 2 tests, 0 skipped, 0 failed.
  1375   # Ran 2 tests, 0 skipped, 0 failed.
  1376   ON_START! <__main__.TestSuite tests=[<__main__.TTest testMethod=test-failure.t>, <__main__.TTest testMethod=test-success.t>]>
  1376   ON_START! <__main__.TestSuite tests=[<__main__.TTest testMethod=test-failure.t>, <__main__.TTest testMethod=test-success.t>]>
  1377   FAILURE! test-failure.t output changed
  1377   FAILURE! test-failure.t output changed