We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1f4f4 commit bc52e36Copy full SHA for bc52e36
spec/java_integration/utilities/jar_glob_spec.rb
@@ -100,12 +100,16 @@ def jar_entries(full_entries)
100
101
before = Dir.glob("#{jar_path}!/**/*").size
102
103
+ puts File.mtime(jar_path)
104
+
105
# Need to sleep a little bit to make sure that modified time is updated
106
sleep 2
107
108
# This should delete the /glob_target and /glob_target/bar.txt entries
109
`zip -d #{jar_path} glob_target/bar.txt`
110
111
112
113
# Explicitly touch the file in case mtime and zip don't agree
114
`touch #{jar_path}`
115
0 commit comments