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

Vikram Adve vadve at cs.uiuc.edu
Sun May 25 11:16:07 PDT 2003


Changes in directory llvm/test/Programs:

DiffOutput.sh updated: 1.7 -> 1.8

---
Log message:

Replace -u with -C 2.  -u is not supported by diff (on Solaris at least).


---
Diffs of the changes:

Index: llvm/test/Programs/DiffOutput.sh
diff -u llvm/test/Programs/DiffOutput.sh:1.7 llvm/test/Programs/DiffOutput.sh:1.8
--- llvm/test/Programs/DiffOutput.sh:1.7	Sun May 11 14:13:38 2003
+++ llvm/test/Programs/DiffOutput.sh	Sun May 25 11:15:26 2003
@@ -20,7 +20,7 @@
 fi
 
 # Diff the two files.
-$DIFF -u Output/$2.out-nat Output/$2.out-$1 > $DIFFOUTPUT || (
+$DIFF -C 2 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