Skip to content

Commit

Permalink
Revert "Add '--no-results-cache' when running tests via BUCK"
Browse files Browse the repository at this point in the history
This reverts commit b8da61f.
  • Loading branch information
barancev authored and Grigory Mischenko committed Sep 20, 2018
1 parent 97ed7c5 commit db619d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rake-tasks/buck.rb
Expand Up @@ -126,7 +126,7 @@ def buck(*args, &block)
hash = JSON.parse(output)
type = hash[short]['buck.type']
if type =~ /.*_test/
Buck.buck_cmd('test', ['--no-results-cache', short])
Buck.buck_cmd('test', [short])
else
Buck.buck_cmd('run', ['--verbose', '5', short])
end
Expand Down

0 comments on commit db619d8

Please sign in to comment.