Skip to content

Commit 408316f

Browse files
committed
update puppet-syntax and add more error logging
1 parent 0e01776 commit 408316f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gem 'puppet-lint-variable_contains_upcase', '~> 1.2'
1919
gem 'puppet-lint-version_comparison-check', '~> 1.0'
2020
gem 'puppet-lint', '~> 2.4'
2121
gem 'puppet-strings', '~> 2.6'
22-
gem 'puppet-syntax', '~> 3.1'
22+
gem 'puppet-syntax', '~> 3.2.0'
2323
gem 'puppet', '~> 7.5'
2424
gem 'puppetlabs_spec_helper', '~> 5.0'
2525
gem 'r10k', '~> 3.8'

Diff for: tests/run_tests.sh

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ function runtest() {
2828
if [ "$is_found" -eq "$notfound" ]; then
2929
echo -e "${RED}FAIL"
3030
echo -e "String not found: ${greptext}"
31+
echo -e $output
3132
echo -e "${NC}"
3233
exit 1
3334
fi

0 commit comments

Comments
 (0)