mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +00:00
dev_scripts/dev8: Update to use WA3 paths
This commit is contained in:
parent
041f4d93f7
commit
43a8f01109
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user