Changeset 915
- Timestamp:
- Jul 28, 2011, 12:47:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/process/process-sync/process-sync-test.cmd
r910 r915 7 7 do i = 1 to 100 8 8 /* run */ 9 9 10 'process-sync.exe write bigfile.txt' 10 11 /* compare results */ 11 12 'comp bigfile.txt bigfile.txt.out < n' 12 13 if (rc \= 0) then do 13 say 'ERROR: rc = 'rc 14 exit14 say 'ERROR: rc = 'rc 15 15 16 end 16 17 end … … 18 19 do i = 1 to 100 19 20 /* run */ 21 20 22 'process-sync.exe read bigfile.txt' 21 23 /* compare results */ 22 24 'comp bigfile.txt bigfile.txt.out < n' 23 25 if (rc \= 0) then do 24 say 'ERROR: rc = 'rc 25 exit26 say 'ERROR: rc = 'rc 27 26 28 end 27 29 end 30 31 32 33 34
Note:
See TracChangeset
for help on using the changeset viewer.