Skip to content

Commit

Permalink
Use --output rather than > for tests
Browse files Browse the repository at this point in the history
This is to make my life easier in finishing up eyereasoner/eye-js#164
  • Loading branch information
jeswr authored Oct 4, 2023
1 parent febb98b commit 6cadef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reasoning/cha58/test
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash -x
eye "$@" --wcache http://josd.github.io/eye/reasoning .. --nope http://josd.github.io/eye/reasoning/cha58/cha58-data.ttl http://josd.github.io/eye/reasoning/cha58/cha58-rules.n3 --query http://josd.github.io/eye/reasoning/cha58/cha58-query.n3 > cha58-answer.ttl
eye "$@" --wcache http://josd.github.io/eye/reasoning .. --nope http://josd.github.io/eye/reasoning/cha58/cha58-data.ttl http://josd.github.io/eye/reasoning/cha58/cha58-rules.n3 --query http://josd.github.io/eye/reasoning/cha58/cha58-query.n3 --output cha58-answer.ttl

0 comments on commit 6cadef2

Please sign in to comment.