diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-19 16:56:58 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-19 16:56:58 +0200 |
commit | fd86326878ebbacab583c72428503eb36c8cbcb9 (patch) | |
tree | 490d2db0703649f3764c8eb508517199069a72c2 | |
parent | 2909dc3ec5fe877ffa25933ac936f4a26b9a2c2b (diff) |
requirements: Enable manage.py -i (shellcheck on job inline commands)
-rwxr-xr-x | requirements/container-tests-provider-checkbox | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements/container-tests-provider-checkbox b/requirements/container-tests-provider-checkbox index 7a4404c..7aca1bc 100755 --- a/requirements/container-tests-provider-checkbox +++ b/requirements/container-tests-provider-checkbox @@ -19,3 +19,4 @@ python3 $TMPDIR/plainbox-provider-resource/manage.py develop --force ./manage.py validate ./manage.py test -u ./manage.py test -f +./manage.py test -i |