Skip to content

Commit

Permalink
testing fault in gst-switch-srv
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Aug 26, 2013
1 parent 25dee2f commit b728991
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ before_install:

script:
- chmod +x scripts/stage
- ./scripts/stage
- ./scripts/
- ./$HOME/gst/stage/bin/gst-switch-srv
- cd python-api
- make test

Expand Down
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.append(os.path.abspath('../python-api'))
sys.path.append(os.path.abspath('../python-api/gstswitch'))

# -- General configuration -----------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions python-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lint:
unittests:
mkdir -p reports
mkdir -p reports/coverage/unittests
-py.test --cov-report html --cov gstswitch tests/unittests/ -v -s
py.test --cov-report html --cov gstswitch tests/unittests/ -v -s
mv htmlcov/*.* reports/coverage/unittests
rmdir htmlcov

Expand All @@ -19,7 +19,7 @@ pytest:
integration:
mkdir -p reports
mkdir -p reports/coverage/integration
-py.test --cov-report html --cov gstswitch tests/integrationtests/ -s -v 2>/dev/null
py.test --cov-report html --cov gstswitch tests/integrationtests/ -s -v 2>/dev/null
mv htmlcov/*.* reports/coverage/integration
rm -f *.data
rm -f tests/integrationtests/*.data
Expand Down

0 comments on commit b728991

Please sign in to comment.