Skip to content

Commit dbb0fa7

Browse files
committed
tests/ports/psoc6: Debug fs test failure.
Signed-off-by: NikhitaR-IFX <nikhita.rajasekhar@infineon.com>
1 parent faa465c commit dbb0fa7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • tests/ports/psoc6/mp_custom

tests/ports/psoc6/mp_custom/fs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
test_input_dir = "./ports/psoc6/inputs"
1515
test_script_dir = "./ports/psoc6/mp_custom"
16+
curr_dir = os.getcwd()
17+
print(f"Current directory: {curr_dir}")
1618

1719
# List of mpremote commands
1820
mpr_connect = f"../tools/mpremote/mpremote.py connect {device}"

0 commit comments

Comments
 (0)