Skip to content

Commit

Permalink
Add pre-release banner and adjust testsuite
Browse files Browse the repository at this point in the history
Adding a banner indicating that this is a pre-release that offers
limited functionality.  Also mark all test directories as unreliable,
nd therefore all tests will be skipped for now until verifiable
functionality is available.

Orabug: 30619056
Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
  • Loading branch information
kvanhees committed Dec 10, 2020
1 parent 187c56a commit ca1fa21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/dtrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,10 @@ main(int argc, char *argv[])

g_pname = basename(argv[0]);

/* Temporary banner. */
printf("DTrace %s [Pre-Release with limited functionality]\n",
_DT_VERSION);

if (argc == 1)
return (usage(stderr));

Expand Down

0 comments on commit ca1fa21

Please sign in to comment.