Switch to unified view

a/Makefile b/Makefile
...
...
6
# Constants
6
# Constants
7
PID_PATH?=.
7
PID_PATH?=.
8
8
9
# Targets
9
# Targets
10
test:
10
test:
11
ifdef BB
12
# running on buildbot (Makefile.def.buildbot sets BB to 1)
13
# rebuild apps
14
  ./rebuild-all.bash
15
# setup pysvn
16
  -[ ! -f $(VIRTUAL_ENV)/lib/python2.7/site-packages/pysvn ] && ln -s /usr/lib64/python2.7/site-packages/pysvn $(VIRTUAL_ENV)/lib/python2.7/site-packages/
17
  -[ ! -d $(VIRTUAL_ENV)/lib/python2.7/site-packages/pysvn-1.7.5-py2.7.egg-info ] && mkdir $(VIRTUAL_ENV)/lib/python2.7/site-packages/pysvn-1.7.5-py2.7.egg-info
18
endif
11
    ALLURA_VALIDATION=none ./run_tests
19
    ALLURA_VALIDATION=none ./run_tests
12
    ./run_clonedigger
20
    ./run_clonedigger
13
21
14
run:
22
run:
15
    paster serve --reload Allura/development.ini
23
    paster serve --reload Allura/development.ini