Changeset 915

Timestamp:
Jul 28, 2011, 12:47:52 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

tests: process-sync-test.cmd: Be more verbose and do cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/process/process-sync/process-sync-test.cmd

    r910 r915  
    77do i = 1 to 100
    88  /* run */
     9
    910  'process-sync.exe write bigfile.txt'
    1011  /* compare results */
    1112  'comp bigfile.txt bigfile.txt.out < n'
    1213  if (rc \= 0) then do
    13     say 'ERROR: rc = 'rc
    14     exit
     14    say 'ERROR: rc = 'rc
     15   
    1516  end
    1617end
     
    1819do i = 1 to 100
    1920  /* run */
     21
    2022  'process-sync.exe read bigfile.txt'
    2123  /* compare results */
    2224  'comp bigfile.txt bigfile.txt.out < n'
    2325  if (rc \= 0) then do
    24     say 'ERROR: rc = 'rc
    25     exit
     26    say 'ERROR: rc = 'rc
     27   
    2628  end
    2729end
     30
     31
     32
     33
     34
Note: See TracChangeset for help on using the changeset viewer.