diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-12-12 11:00:29 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-12-12 11:17:05 +0100 |
commit | d44be66f2a916168e0f5a7055e49f12c252b2cd2 (patch) | |
tree | 46ed745ae34f8e5cf141d37d5023684b2851ae90 /shell/test | |
parent | a0b2b5d0891e2212333e091c43dc5a6f5578ed4b (diff) | |
download | rules-cc-d44be66f2a916168e0f5a7055e49f12c252b2cd2.tar.gz |
rules: Fix missing arch vars for shell tests
Diffstat (limited to 'shell/test')
-rw-r--r-- | shell/test/RULES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/test/RULES b/shell/test/RULES index 92c0ccc..98bf27c 100644 --- a/shell/test/RULES +++ b/shell/test/RULES @@ -2,7 +2,7 @@ { "doc": ["Shell test, given by a test script"] , "target_fields": ["deps", "test"] , "string_fields": ["keep", "name"] - , "config_vars": ["RUNS_PER_TEST", "TEST_ENV"] + , "config_vars": ["ARCH", "HOST_ARCH", "RUNS_PER_TEST", "TEST_ENV"] , "field_doc": { "test": [ "The shell script for the test, launched with sh." |