소스 검색

Fix rebar_hooks_SUITE:run_hooks_for_plugins/1

Test required `touch` utility to present on user's machine. Remove this dependency.
pull/489/head
Viacheslav Kovalev 10 년 전
부모
커밋
24815ebc5f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      test/rebar_hooks_SUITE.erl

+ 1
- 1
test/rebar_hooks_SUITE.erl 파일 보기

@ -114,7 +114,7 @@ run_hooks_for_plugins(Config) ->
rebar_test_utils:create_app(AppDir, Name, Vsn, [kernel, stdlib]),
PluginName = rebar_test_utils:create_random_name("plugin1_"),
mock_git_resource:mock([{config, [{pre_hooks, [{compile, "touch randomfile"}]}]}]),
mock_git_resource:mock([{config, [{pre_hooks, [{compile, "echo whatsup > randomfile"}]}]}]),
RConfFile = rebar_test_utils:create_config(AppDir,
[{plugins, [

불러오는 중...
취소
저장