Changeset 3781 for trunk/psLib/test/runTest
- Timestamp:
- Apr 28, 2005, 1:46:29 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/runTest (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/runTest
r3769 r3781 26 26 # 27 27 # $Revison: $ $Name: not supported by cvs2svn $ 28 # $Date: 2005-04-2 6 19:53:30$28 # $Date: 2005-04-28 23:46:29 $ 29 29 # 30 30 # Copyright 2004 Maui High Performance Computering Center, University of Hawaii … … 354 354 355 355 # Perform difference on the STD stream files 356 $diffstdout = `diff $streamFile $tempFile`;356 $diffstdout = `diff -b -y --suppress-common-lines $streamFile $tempFile`; 357 357 358 358 # Check the return value of the difference
Note:
See TracChangeset
for help on using the changeset viewer.
