Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
SisMaker
/
rebar3
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Projects
0
Lanzamientos
62
Wiki
Actividad
Explorar el Código
Make sure ct_testspec is loaded
... before calling erlang:function_exported(ct_testspec,get_tests,1).
pull/1407/head
Siri Hansen
hace 8 años
padre
4e52ce58e5
commit
998c6756b7
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
src/rebar_prv_common_test.erl
+ 1
- 0
src/rebar_prv_common_test.erl
Ver fichero
@ -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
)
;
Escribir
Vista previa
Cargando…
Cancelar
Guardar