Привет Moscow-pm
почему под win7 при запуске из командной строки
1. perl remove_warnings.pl out.html
все работает, а если в скрипте
2. если запускать отдельно
remove_warnings.bat то тоже все работает
3. но если запускать вот в такой конструкции
make_report.bat
call run_check.bat >run_check.log
call remove_warnings.bat
perl 03_get_page.pl out.html
call remove_warnings.bat
perl 03_get_page.pl out.html
где remove_warnings.bat это
perl remove_warnings.pl out.html 1>out 2>err
а remove_warnings.pl
https://gist.github.com/3142521
03_get_page.pl
https://gist.github.com/3142610
run_check.bat
prove -l -Q --formatter=TAP::Formatter::HTML check_data.pl > out.html
то
type err
write_file 'out.html' - sysopen: Permission denied at remove_warnings.pl line 22.
write_file 'out.html' - sysopen: Permission denied at remove_warnings.pl line 22.
как это побороть? никто не сталкивался
говорят проблема в антивирусе Semantic Endpoint Protection
--
Nikolay Mishin
Nikolay Mishin
-- Moscow.pm mailing list [email protected] | http://moscow.pm.org
