Skip to content

Commit daff992

Browse files
committed
chore: use regex for checking undefined fuction warning
1 parent 0f4fc08 commit daff992

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
11
$ TERM=dumb rebar3 release
2-
>
3-
===> Verifying dependencies...
4-
===> Analyzing applications...
5-
===> Compiling check_undefined_test
6-
===> Assembling release check_undefined_test-0.1.0...
7-
===> There are missing function calls in the release.
8-
===> Make sure all applications needed at runtime are included in the release.
9-
===> check_undefined_test_app:start/2 calls undefined function crypto:start/0
10-
===> check_undefined_test_app:start/2 calls undefined function notamodule:dosomething/0
11-
===> Release successfully assembled: _build/default/rel/check_undefined_test
2+
> / calls undefined function notamodule /
123
>= 0

0 commit comments

Comments
 (0)