mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +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
|
||||
|
||||
DEFAULT_DIRS=(
|
||||
wlauto
|
||||
wlauto/external/daq_server/src/daqpower
|
||||
wa
|
||||
)
|
||||
|
||||
EXCLUDE=wlauto/external/,wlauto/tests
|
||||
EXCLUDE_COMMA=wlauto/core/bootstrap.py,wlauto/workloads/geekbench/__init__.py
|
||||
EXCLUDE=wa/tests
|
||||
EXCLUDE_COMMA=
|
||||
IGNORE=E501,E265,E266,W391,E401,E402,E731
|
||||
|
||||
if ! hash pep8 2>/dev/null; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user