< prev index next >

tools/scripts/compareBuilds

Print this page
rev 10911 : 8198329: Support FX build / test using JDK that doesn't include javafx.* modules
Reviewed-by:

*** 2,11 **** --- 2,12 ---- # # a simple script to compare the file output of two builds. # # usage: compareBuilds full_path_to_top_one full_path_to_top_two + # TODO KCR: update this to also compare standalone sdk one="$1" two="$2" if [ "$one" = '.' ]
< prev index next >