diff options
author | Chris Schlaeger <chris@linux.com> | 2016-03-24 20:21:20 +0100 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2016-03-24 20:21:20 +0100 |
commit | ae2c2a9c3b78c90a9718107d2d95aeb1b360491a (patch) | |
tree | 1ea13e462929eb9f86c1f2ec19830d104c78fcba /tasks | |
parent | 816931a37ab5803ee18c745b3b69ea03e522e667 (diff) | |
download | postrunner-ae2c2a9c3b78c90a9718107d2d95aeb1b360491a.zip |
First work to support importing monitoring FIT files.
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/gem.rake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tasks/gem.rake b/tasks/gem.rake index 57a914d..57e0d7d 100644 --- a/tasks/gem.rake +++ b/tasks/gem.rake @@ -28,8 +28,7 @@ task :permissions do # Find the bin and test directories relative to this file. baseDir = File.expand_path('..', File.dirname(__FILE__)) - execs = Dir.glob("#{baseDir}/bin/*") + - Dir.glob("#{baseDir}/test/**/genrefs") + execs = Dir.glob("#{baseDir}/bin/*") Find.find(baseDir) do |f| # Ignore the whoke pkg directory as it may contain links to the other |