[llvm-commits] CVS: llvm/test/Programs/DiffOutput.sh
Chris Lattner
lattner at cs.uiuc.edu
Sun May 11 14:14:01 PDT 2003
Changes in directory llvm/test/Programs:
DiffOutput.sh updated: 1.6 -> 1.7
---
Log message:
Do not print out thousands of lines of useless output.
---
Diffs of the changes:
Index: llvm/test/Programs/DiffOutput.sh
diff -u llvm/test/Programs/DiffOutput.sh:1.6 llvm/test/Programs/DiffOutput.sh:1.7
--- llvm/test/Programs/DiffOutput.sh:1.6 Sat May 10 15:27:26 2003
+++ llvm/test/Programs/DiffOutput.sh Sun May 11 14:13:38 2003
@@ -24,7 +24,7 @@
# They are different!
echo "******************** TEST '$2' FAILED! ********************"
echo "Execution Context Diff:"
- cat $DIFFOUTPUT
+ head -n 200 $DIFFOUTPUT
rm $DIFFOUTPUT
echo "******************** TEST '$2' FAILED! ********************"
)
More information about the llvm-commits
mailing list