[llvm-commits] CVS: llvm/utils/NightlyTest.pl

Chris Lattner lattner at cs.uiuc.edu
Tue Jul 27 11:41:59 PDT 2004



Changes in directory llvm/utils:

NightlyTest.pl updated: 1.61 -> 1.62

---
Log message:

Fix the nightly tester to default to using gnuplot in /usr/bin


---
Diffs of the changes:  (+1 -1)

Index: llvm/utils/NightlyTest.pl
diff -u llvm/utils/NightlyTest.pl:1.61 llvm/utils/NightlyTest.pl:1.62
--- llvm/utils/NightlyTest.pl:1.61	Tue Jul 27 03:29:06 2004
+++ llvm/utils/NightlyTest.pl	Tue Jul 27 13:41:49 2004
@@ -751,7 +751,7 @@
 #
 # Rebuild the graphs now...
 #
-$GNUPLOT = "/usr/dcs/software/supported/bin/gnuplot";
+$GNUPLOT = "/usr/bin/gnuplot";
 $GNUPLOT = "gnuplot" if ! -x $GNUPLOT;
 system ("$GNUPLOT", $PlotScriptFilename);
 





More information about the llvm-commits mailing list