Skip to content

Commit

Permalink
Merge pull request #208 from NRGI/207-local-test-scrip
Browse files Browse the repository at this point in the history
[#207] Updates the local test script
  • Loading branch information
caprenter committed Oct 22, 2015
2 parents 89bb34f + 897ef16 commit cde37db
Show file tree
Hide file tree
Showing 4 changed files with 7,424 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
# Load some fixtures in
- for f in ./fts/fixtures/*.ttl; do curl -T $f "http://127.0.0.1:8890/sparql-graph-crud-auth?graph=http://test" --digest --user dba:dba; done
- for f in ./fts/fixtures/*.ttl; do curl -T $f "http://127.0.0.1:8890/sparql-graph-crud-auth?graph=http://test/$f" --digest --user dba:dba; done

install:
- pip install -r requirements_test.txt
Expand Down
Loading

0 comments on commit cde37db

Please sign in to comment.