diff options
| author | Andy Fiddaman <omnios@citrus-it.co.uk> | 2020-04-25 12:54:29 +0000 |
|---|---|---|
| committer | Andy Fiddaman <omnios@citrus-it.co.uk> | 2020-06-02 22:47:31 +0000 |
| commit | 069e6b7e31ba5dcbc5441b98af272714d9a5455c (patch) | |
| tree | 67ffdd605a1793f2974dfeeff85b3c25f2f44049 /usr/src/pkg/manifests/system-test-testrunner.mf | |
| parent | 605d010da59abaf92279a7caed83515cbb3218dc (diff) | |
| download | illumos-joyent-069e6b7e31ba5dcbc5441b98af272714d9a5455c.tar.gz | |
12708 Packages could be linted
12717 Stop ignoring pkgdepend errors
Reviewed by: Rich Lowe <richlowe@richlowe.net>
Reviewed by: John Levon <john.levon@joyent.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/pkg/manifests/system-test-testrunner.mf')
| -rw-r--r-- | usr/src/pkg/manifests/system-test-testrunner.mf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/pkg/manifests/system-test-testrunner.mf b/usr/src/pkg/manifests/system-test-testrunner.mf index 2043b84ea6..0b011b7cf6 100644 --- a/usr/src/pkg/manifests/system-test-testrunner.mf +++ b/usr/src/pkg/manifests/system-test-testrunner.mf @@ -11,6 +11,7 @@ # # Copyright (c) 2012 by Delphix. All rights reserved. +# Copyright 2020 OmniOS Community Edition (OmniOSce) Association. # set name=pkg.fmri value=pkg:/system/test/testrunner@$(PKGVERS) @@ -27,7 +28,9 @@ dir path=opt/test-runner/stf dir path=opt/test-runner/stf/contrib dir path=opt/test-runner/stf/contrib/include dir path=opt/test-runner/stf/include -file path=opt/test-runner/bin/run mode=0555 +# In python2, the module is "ConfigParser" and in python3 it's "configparser" +file path=opt/test-runner/bin/run mode=0555 \ + pkg.depend.bypass-generate=.*[cC]onfig[pP]arser.* file path=opt/test-runner/man/man1/run.1 mode=0444 file path=opt/test-runner/stf/contrib/include/ctiutils.shlib mode=0555 file path=opt/test-runner/stf/contrib/include/logapi.shlib mode=0555 |
