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

Chris Lattner lattner at cs.uiuc.edu
Sat May 31 20:50:01 PDT 2003


Changes in directory llvm/test/Programs:

DiffOutput.sh updated: 1.8 -> 1.9

---
Log message:

Really do use unified diffs


---
Diffs of the changes:

Index: llvm/test/Programs/DiffOutput.sh
diff -u llvm/test/Programs/DiffOutput.sh:1.8 llvm/test/Programs/DiffOutput.sh:1.9
--- llvm/test/Programs/DiffOutput.sh:1.8	Sun May 25 11:15:26 2003
+++ llvm/test/Programs/DiffOutput.sh	Sat May 31 20:49:13 2003
@@ -20,7 +20,7 @@
 fi
 
 # Diff the two files.
-$DIFF -C 2 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