Skip to content

Commit

Permalink
Update testHeadlessComponents.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andrlos authored Nov 15, 2023
1 parent 39806a2 commit 81bce49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testHeadlessComponents.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ LOGFILE=$TMPRESULTS/testHeadlessComponent.log
installAlternativeJDK

JAVAC_BINARY="${BOOTJDK_DIR}/bin/javac"
ls ${BOOTJDK_DIR}

#use bootjdk javac
#other classes depend on this one, so we might as well just compile the main class
Expand All @@ -179,7 +180,7 @@ ls $WORKSPACE
pushd $WORKSPACE/testHeadlessComponents/jreTestingSwingComponents/src

cp=`mktemp -d`
$JAVAC_BINARY `find -type f | grep .java` -d $cp
$JAVAC_BINARY `find --type f | grep .java` -d $cp

declare -A resArray
set +e
Expand Down

0 comments on commit 81bce49

Please sign in to comment.