8 lines
170 B
Bash
Executable File
8 lines
170 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Verify Prometheus JVM agent on JDK 8 and JDK 11
|
|
set -e
|
|
|
|
./smoke_test.sh /usr/lib/jvm/java-1.8.0-openjdk 8
|
|
./smoke_test.sh /usr/lib/jvm/java-11-openjdk 11
|