Changeset 5302493 in mainline for uspace/app/tmon/test.c


Ignore:
Timestamp:
2017-12-21T10:36:28Z (6 years ago)
Author:
Petr Mánek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
06f45cf
Parents:
dd36558
Message:

tmon: nicer error messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tmon/test.c

    rdd36558 r5302493  
    7070        tmon_test_params_t *params = NULL;
    7171        if ((rc = ops->read_params(argc, argv, &params))) {
    72                 printf(NAME ": Reading test parameters failed.\n");
     72                printf(NAME ": Reading test parameters failed. %s\n", str_error(rc));
    7373                return 1;
    7474        }
Note: See TracChangeset for help on using the changeset viewer.