~diegosarmentero/ubuntuone-client/bug1169312

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2013-02-08 22:02:28 UTC
  • mfrom: (1384.1.1 ncsa-crashes)
  • Revision ID: tarmac-20130208220228-lpmfy93qgeu6f6pj
Skip failing authenticated proxy tests due to ncsa_auth crashing.
Add a test-proxy rule to the Makefile for only running the proxy tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        fi
61
61
        rm -rf _trial_temp
62
62
 
 
63
test-proxy: logging.conf $(clientdefs_DATA) Makefile
 
64
        if test "x$(builddir)" == "x$(srcdir)"; then \
 
65
                PYTHONPATH="$(PYTHONPATH)" u1trial -r qt4 -p tests/platform/windows -i "test_windows.py,test_darwin.py" tests/proxy || exit 1; \
 
66
        fi
 
67
        rm -rf _trial_temp
 
68
 
63
69
test-coverage: logging.conf $(clientdefs_DATA) Makefile
64
70
        if test "x$(builddir)" == "x$(srcdir)"; then \
65
71
                PYTHONPATH="$(PYTHONPATH)" u1trial -r $(REACTOR) -c -p tests/platform/windows -i "test_windows.py,test_darwin.py" tests; \