Skip to content

Commit

Permalink
Make nirum_fixture outdir (Python test generates) to be ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Mar 14, 2017
1 parent 8e6f003 commit 0ed249b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
set -e

stack build
stack exec -- nirum -o nirum_fixture -t python test/nirum_fixture
python_outdir="nirum_fixture"
stack exec -- nirum -o "$python_outdir" -t python test/nirum_fixture
echo "*" > "$python_outdir/.gitignore"

tox --skip-missing-interpreters

0 comments on commit 0ed249b

Please sign in to comment.