diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9cf3926..40448a5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,6 @@ +=== 1.3.17 +- Modified `rake test` to no longer build stubs during test execution. Use `rake build_stub` when stub generation is necessary. + === 1.3.16 - Support for Ruby 3.0 and above. Drop ruby 2.6 and 2.7 support. - At startup, OCRAN no longer automatically removes directories that were previously deployed but couldn't be deleted. This change has been made to enhance security by preventing processes other than the startup process from manipulating temporary files created by them. diff --git a/Rakefile b/Rakefile index f3e86dc..eb7a697 100644 --- a/Rakefile +++ b/Rakefile @@ -23,8 +23,6 @@ file "share/ocran/stub.exe" => :build_stub file "share/ocran/stubw.exe" => :build_stub file "share/ocran/edicon.exe" => :build_stub -task :test => :build_stub - task :clean do rm_f Dir["{bin,samples}/*.exe"] rm_f Dir["share/ocran/{stub,stubw,edicon}.exe"]