Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.

Commit

Permalink
Renamed 'java' -> 'shacl' so it's distinct from 'reasoner'.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Dec 29, 2016
1 parent 351ffc2 commit e18c63e
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/libshacl.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def exec_testShacl(cmdline=[], stdin=""):
# Based on http://stackoverflow.com/a/1996540/27310
print starts_with
print cmdline
p = subprocess.Popen(starts_with + cmdline, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, env=environment, cwd="tests/java")
p = subprocess.Popen(starts_with + cmdline, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, env=environment, cwd="tests/shacl")
stdout, stderr = p.communicate(stdin)
print stdout
print stderr
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e18c63e

Please sign in to comment.