Run only a specific test with tox:
$ tox -e py38 -- oslo_service.tests.test_wsgi.TestWSGIServerWithSSL.test_ssl_server
Run command in a virtualenv managed by tox:
$ tox -e venv -- <command>
From 6eb68519a9e917169e7285df14c7ea20d0ff58a5 Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?Herv=C3=A9=20Beraud?= <[email protected]> | |
Date: Tue, 7 Jul 2020 11:33:55 +0200 | |
Subject: [PATCH] Introducing usage of pre-commit | |
MIME-Version: 1.0 | |
Content-Type: text/plain; charset=UTF-8 | |
Content-Transfer-Encoding: 8bit | |
Adding pre-commit |
│13:22:49 hberaud | smcginnis, fungi: o/ any idea what's the problem here or how to identify him? => https://review.opendev.org/#/c/743972/1 | |
│13:23:39 hberaud | CI logs are not really verbose so we can't find the issue, and locally everything works fine. | |
│14:23:46 smcginnis | hberaud: tox isn't in the default PATH, so https://opendev.org/openstack/oslo-cookiecutter/src/branch/master/tools/test_tox_targets.sh#L33 | |
│ | fails to find it. | |
│14:24:11 smcginnis | I think that script needs to be updated to take the environment variable that gets set, or else the zuul configuration needs to add tox to | |
│ |
$ isort --multi-line=3 --trailing-comma --force-grid-wrap=0 --use-parentheses --line-width=88 -rc openstack |
!$ # last used path | |
$@ # positional parameters | |
# https://mywiki.wooledge.org/Bashism |
Run only a specific test with tox:
$ tox -e py38 -- oslo_service.tests.test_wsgi.TestWSGIServerWithSSL.test_ssl_server
Run command in a virtualenv managed by tox:
$ tox -e venv -- <command>
/etc/os-release
grep 'ovs-vswitchd.service: Main process exited, code=killed, status=11/SEGV' controller-*/var/log/messages
# remap prefix from 'C-b' to 'C-a' | |
unbind C-b | |
set-option -g prefix C-a | |
bind-key C-a send-prefix |
rhos-release -t /tmp 16-trunk && cat /tmp/latest-installed |