Skip to content

Commit

Permalink
Merge pull request #65 from walter-weinmann/wwe
Browse files Browse the repository at this point in the history
Version 1.2.5: Conflicting module name.
  • Loading branch information
walter-weinmann authored Jan 7, 2017
2 parents 6353098 + baaf57f commit 79ef12c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions ocparse_generator.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
erl -noshell -pa _build\default\lib\ocparse\ebin -s ocparse_generator generate -s init stop
4 changes: 2 additions & 2 deletions test_stress.bat → ocparse_stress.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ MD ct\logs

FOR /L %%G IN (1,1,%no_runs%) DO (
ECHO ----------------------------------------------------------------------------
ECHO !TIME! %%G Step: test_generator.bat
CALL test_generator.bat
ECHO !TIME! %%G Step: ocparse_generator.bat
CALL ocparse_generator.bat
ECHO !TIME! %%G Step: rebar3 ct
CALL rebar3.cmd ct
)
Expand Down
2 changes: 1 addition & 1 deletion src/test_generator.erl → src/ocparse_generator.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-module(test_generator).
-module(ocparse_generator).

-export([generate/0]).

Expand Down
2 changes: 0 additions & 2 deletions test_generator.bat

This file was deleted.

0 comments on commit 79ef12c

Please sign in to comment.