Browse Source

Correct typo

pull/3/head
Tuncer Ayaz 15 years ago
parent
commit
8ebbffafe6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/rebar_eunit.erl

+ 2
- 2
src/rebar_eunit.erl View File

@ -55,8 +55,8 @@
%% ===================================================================
eunit(Config, AppFile) ->
%% Check for app global parameter; this ia comma-delimited list of apps
%% on which we want to run eunit
%% Check for app global parameter; this is a comma-delimited list
%% of apps on which we want to run eunit
TargetApps = [list_to_atom(A) || A <- string:tokens(rebar_config:get_global(app, []), ",")],
ThisApp = rebar_app_utils:app_name(AppFile),
case lists:member(ThisApp, TargetApps) of

Loading…
Cancel
Save