My favorites | Sign in
Project Logo
                
Repository:
Checkout | Browse | Changes | Clones |
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env bash

source fixture/test/profile/full.sh
# also see setup.cfg for more options

make -C docs doctest

# there is a bug in zc.buildout which needs to
# be fixed before make will exit non-zero
# https://bugs.launchpad.net/zc.buildout/+bug/164629/
if [ $? -ne 0 ]; then
exit $?
fi

# this is created by bin/buildout:
./bin/test-fixture
Show details Hide details

Change log

7fcb21286f by kumar <kumar.mcmillan> on Sep 12, 2009   Diff
Catch exit status of make doctest in
run_tests.sh
Go to: 
Project members, sign in to write a code review

Older revisions

9e41e080e1 by kumar <kumar.mcmillan> on Sep 12, 2009   Diff
updated run_tests.sh to use buildout
generated test script
fec6c184a9 by kumar <kumar.mcmillan> on Feb 25, 2009   Diff
fixed up run_tests.sh script so that
it relies on sphinx fixtures to run
doctests
42048a2508 by kumar.mc...@27107627-ce22-0410-b88b-0b808a85e153 on Oct 31, 2008   Diff
 * bumped version to 1.1.2
 * updated changelog
 * made some sphinx doctests less
dependent on sphinx
 * added a run_tests.sh script that
...
All revisions of this file

File info

Size: 353 bytes, 16 lines
Hosted by Google Code