Skip to content

Commit d32c58b

Browse files
JarmouniAcarlescufi
authored andcommitted
tests: subsys: pm: power_mgmt: fix incorrect use of OVERLAY_CONFIG
Replace OVERLAY_CONFIG with CONF_FILE since no-device-pm.conf contains an alternative configuration to the one in prj.conf Signed-off-by: Abderrahmane Jarmouni <[email protected]>
1 parent 94b0005 commit d32c58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/subsys/pm/power_mgmt/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ tests:
55
pm.system: {}
66
pm.system.no.device.pm:
77
extra_args:
8-
- EXTRA_CONF_FILE="no-device-pm.conf"
8+
- CONF_FILE="no-device-pm.conf"

0 commit comments

Comments
 (0)