libexec/run-noop in tvdinner-0.0.4 vs libexec/run-noop in tvdinner-0.0.5
- old
+ new
@@ -61,9 +61,10 @@
git reset --hard "$ver_repo"
if [[ "$FLAGS_make" = "$FLAGS_TRUE" ]]; then
make
fi
+ mkdir -p var/chef/reports
bundle exec chef-local --noop -c etc/chef/solo.rb -j $pth_rna > "var/chef/reports/chef.log"
(set +f; $shome/libexec/sanitize node "var/chef/reports/"chef*.json > "chef.json")
$shome/libexec/sanitize log "var/chef/reports/chef.log" > "chef.log"
}