[llvm-commits] CVS: llvm/test/Programs/DiffOutput.sh
Vikram Adve
vadve at cs.uiuc.edu
Tue Jun 3 21:40:00 PDT 2003
Changes in directory llvm/test/Programs:
DiffOutput.sh updated: 1.9 -> 1.10
---
Log message:
Really don't use something that doesn't work on the Sparcs.
---
Diffs of the changes:
Index: llvm/test/Programs/DiffOutput.sh
diff -u llvm/test/Programs/DiffOutput.sh:1.9 llvm/test/Programs/DiffOutput.sh:1.10
--- llvm/test/Programs/DiffOutput.sh:1.9 Sat May 31 20:49:13 2003
+++ llvm/test/Programs/DiffOutput.sh Tue Jun 3 21:39: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