Skip to content

Commit fdd7e07

Browse files
committed
(MAINT) Updates daemon version expected by the tests
The expected version will occasionally change as the Tomcat release is update.
1 parent 96762bc commit fdd7e07

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

spec/acceptance/acceptance_1b_spec.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@
3030
end
3131
end
3232

33-
let(:daemon_version) { '1.4.0' }
33+
# NOTE: If tests fail manually apply the below manifest to debug.
34+
# If it then shows an error regarding the commons-daemon-<daemon_version>-native-src
35+
# update the daemon_version variable below to match the version found by navigating to
36+
# /opt/apache-tomcat/bin/ and checking the shipped version of commons-daemon-native-src.
37+
let(:daemon_version) { '1.4.1' }
3438

3539
context 'Initial install Tomcat and verification' do
3640
it 'applies the manifest without error' do

0 commit comments

Comments
 (0)