intTests: Stop using the find-java-rt-jar.sh script #1061
Labels
subsystem: crucible-jvm
Issues related to Java verification with crucible-jvm
tooling: test infrastructure
Issues involving test infrastructure or test execution, or making SAW more testable
Currently, the integration tests use a hacky script to locate the location of
rt.jar
in a Java installation:saw-script/intTests/runtests.sh
Line 42 in f8449a1
This really shouldn't be required, however, as
saw-script
gained the ability to locatert.jar
automatically in #1030 by way of the--java-bin-dirs
flag—or, equivalently, by puttingjava
on thePATH
. Moreover, CI does in fact putjava
on thePATH
, which makes the use offind-java-rt-jar.sh
obsolete in theory. We should confirm that this is the case in practice, and if so, stop using it.The text was updated successfully, but these errors were encountered: