Skip to content

Commit

Permalink
Don't convert test files on each test run
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajnasz committed Jul 6, 2016
1 parent 70f2e33 commit 3eb3cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ test: oldtest
@echo '========== NEW TESTS =========='
chmod -w ize-nowrite.ini
node ./test.js
oldtest: testconv
oldtest:
@echo '========== OLD TESTS =========='
node ./test-old.js

Expand Down

0 comments on commit 3eb3cac

Please sign in to comment.