Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Inscrição
Iniciar sessão
SisMaker
/
rebar3
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Projects
0
Lançamentos
62
Wiki
Trabalho
Ver a proveniência
Make sure ct_testspec is loaded
... before calling erlang:function_exported(ct_testspec,get_tests,1).
pull/1407/head
Siri Hansen
há 8 anos
ascendente
4e52ce58e5
cometimento
998c6756b7
1 ficheiros alterados
com
1 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-0
src/rebar_prv_common_test.erl
+ 1
- 0
src/rebar_prv_common_test.erl
Ver ficheiro
@ -554,6 +554,7 @@ get_dirs_from_specs(Specs) ->
end
.
get_tests_from_specs
(
Specs
)
-
>
_
=
ct_testspec
:
module_info
(
)
,
%
make
sure
ct_testspec
is
loaded
case
erlang
:
function_exported
(
ct_testspec
,
get_tests
,
1
)
of
true
-
>
ct_testspec
:
get_tests
(
Specs
)
;
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar