[llvm-commits] CVS: llvm/test/Programs/DiffOutput.sh

Chris Lattner lattner at cs.uiuc.edu
Sun Jun 22 15:22:08 PDT 2003


Changes in directory llvm/test/Programs:

DiffOutput.sh updated: 1.11 -> 1.12

---
Log message:

Well the --speed-large-files option did not fix the crafty test on the nightly tester, so remove it.


---
Diffs of the changes:

Index: llvm/test/Programs/DiffOutput.sh
diff -u llvm/test/Programs/DiffOutput.sh:1.11 llvm/test/Programs/DiffOutput.sh:1.12
--- llvm/test/Programs/DiffOutput.sh:1.11	Sun Jun 22 11:28:34 2003
+++ llvm/test/Programs/DiffOutput.sh	Sun Jun 22 15:21:04 2003
@@ -20,7 +20,7 @@
 fi
 
 # Diff the two files.
-$DIFF -C 2 --speed-large-files Output/$2.out-nat Output/$2.out-$1 > $DIFFOUTPUT || (
+$DIFF -u Output/$2.out-nat Output/$2.out-$1 > $DIFFOUTPUT || (
   # They are different!
   echo "******************** TEST '$2' FAILED! ********************"
   echo "Execution Context Diff:"





More information about the llvm-commits mailing list