mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 19:32:34 +01:00
dev_scripts/dev8: Update to use WA3 paths
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
DEFAULT_DIRS=(
|
DEFAULT_DIRS=(
|
||||||
wlauto
|
wa
|
||||||
wlauto/external/daq_server/src/daqpower
|
|
||||||
)
|
)
|
||||||
|
|
||||||
EXCLUDE=wlauto/external/,wlauto/tests
|
EXCLUDE=wa/tests
|
||||||
EXCLUDE_COMMA=wlauto/core/bootstrap.py,wlauto/workloads/geekbench/__init__.py
|
EXCLUDE_COMMA=
|
||||||
IGNORE=E501,E265,E266,W391,E401,E402,E731
|
IGNORE=E501,E265,E266,W391,E401,E402,E731
|
||||||
|
|
||||||
if ! hash pep8 2>/dev/null; then
|
if ! hash pep8 2>/dev/null; then
|
||||||
|
Reference in New Issue
Block a user