IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41042


Ignore:
Timestamp:
Nov 5, 2019, 7:44:12 AM (7 years ago)
Author:
eugene
Message:

exit test if server is not running

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20191011/Nebulous/nebclient/tests/tests.c

    r41021 r41042  
    5959        filename = nebCreate(server, key, NULL, &URI);
    6060        diag("filename is %s", filename);
     61
     62        if (!filename) {
     63          fprintf (stdout, "not ok: no files in test server, exiting\n");
     64          exit (2);
     65        }
    6166
    6267        show_instances (server, key);
Note: See TracChangeset for help on using the changeset viewer.