Skip to content

Commit

Permalink
s/qa.sh/qa/
Browse files Browse the repository at this point in the history
  • Loading branch information
IlnarSelimcan committed Mar 13, 2015
1 parent e6cdd90 commit 94a27e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ expanded/README -text
expanded/current-state.txt.gz -text svneol=unset#unset
expanded/previous-state.txt.gz -text svneol=unset#unset
/modes.xml -text
/qa.sh -text
/qa -text
speller/editdist.default.txt -text
speller/index.xml -text
speller/strings.default.txt -text
Expand Down
4 changes: 2 additions & 2 deletions expanded/README
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
Basic workflow is like the following:
1) mv expanded/current-state.txt.gz expanded/previous-state.txt.gz,
2) fix what needs to be fixed (or added) in apertium-tat.tat.lexc,
3) run './qa.sh tat' to see what consequences in the transducer your
3) run './qa tat' to see what consequences in the transducer your
changes had,
4) if you are content with them, commit,

repeat the cycle

'./qa.sh tat' in apertium-tat/ gives a diff of "previous" and "current" states.
'./qa tat' in apertium-tat/ gives a diff of "previous" and "current" states.
2 changes: 1 addition & 1 deletion qa.sh → qa
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Takes the basename of the test scrpt in /test-scripts as an argument,
# an additional argument if the test script requires it, and runs the test.
#
# Usage: ./qa.sh (will default to './qa.sh tat')
# Usage: ./qa (will default to './qa tat')

if [ $# -eq 0 ]
then
Expand Down
2 changes: 1 addition & 1 deletion test-scripts/cg.test
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Assumes that lines containing readings start with a tab, and that the main
# reading has only one leading tab, while subreadings have two or more.
#
# USAGE: ./qa.sh cg
# USAGE: ./qa cg

CG="vislcg3 -t -g apertium-tat.tat.rlx"
CORPUS="corpus/corpus.ana.txt"
Expand Down

0 comments on commit 94a27e8

Please sign in to comment.