IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38894


Ignore:
Timestamp:
Oct 20, 2015, 2:18:42 PM (11 years ago)
Author:
eugene
Message:

remove artificial 30 sec wait

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvopsps/src/dvopsps.c

    r38875 r38894  
    3333  }
    3434
    35   sleep (30);
    36   if (!status) exit (1);
     35  if (!status) {
     36    fprintf (stdout, "ERROR running dvopsps!\n");
     37    exit (1);
     38  }
    3739  fprintf (stdout, "SUCCESS!\n");
    3840  exit (0);
Note: See TracChangeset for help on using the changeset viewer.