forked from pool/python-wmctrl
Accepting request 1230105 from openSUSE:Factory:RISCV
- Avoid race condition in test script OBS-URL: https://build.opensuse.org/request/show/1230105 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wmctrl?expand=0&rev=10
This commit is contained in:
@@ -64,7 +64,7 @@ sed -i 's/\(py$\|py\.test\)/pytest/g' test/test_wmctrl.py
|
||||
cat > /tmp/test_script.sh <<EOF
|
||||
#!/bin/sh
|
||||
openbox &
|
||||
sleep 5
|
||||
sleep 10
|
||||
wmctrl -l -G -p -x
|
||||
$python -m pytest -rs -k 'not (test_activate or test_properties or test_Desktop_active)' test/test_wmctrl.py
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user