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 251d8fd commit 13a7e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testHeadlessComponents.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,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 -name "*.java"` -d $cp

declare -A resArray
set +e
Expand Down

0 comments on commit 13a7e71

Please sign in to comment.