Skip to content

Commit eb14325

Browse files
committed
Adjust path for tests
1 parent e1e2a88 commit eb14325

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

extras/tests/TestExisting/sketch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ profiles:
88
- Arduino_USBHostMbed5 (0.3.1)
99
- Arduino_POSIXStorage (1.2.1)
1010
- ArduinoRS485 (1.1.0)
11-
- dir: ../../ # Relative path to the library root
11+
- dir: ../../../ # Relative path to the library root
1212
arduino:renesas_portenta:portenta_c33:
1313
notes: Portenta C33
1414
fqbn: arduino:renesas_portenta:portenta_c33
@@ -18,7 +18,7 @@ profiles:
1818
- Arduino_USBHostMbed5 (0.3.1)
1919
- Arduino_POSIXStorage (1.2.1)
2020
- ArduinoRS485 (1.1.0)
21-
- dir: ../../ # Relative path to the library root
21+
- dir: ../../../ # Relative path to the library root
2222
arduino:mbed_opta:opta:
2323
notes: Portenta Opta family
2424
fqbn: arduino:mbed_opta:opta
@@ -28,4 +28,4 @@ profiles:
2828
- Arduino_USBHostMbed5 (0.3.1)
2929
- Arduino_POSIXStorage (1.2.1)
3030
- ArduinoRS485 (1.1.0)
31-
- dir: ../../ # Relative path to the library root
31+
- dir: ../../../ # Relative path to the library root

extras/tests/TestFileOperations/sketch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ profiles:
88
- Arduino_USBHostMbed5 (0.3.1)
99
- Arduino_POSIXStorage (1.2.1)
1010
- ArduinoRS485 (1.1.0)
11-
- dir: ../../ # Relative path to the library root
11+
- dir: ../../../ # Relative path to the library root
1212
arduino:renesas_portenta:portenta_c33:
1313
notes: Portenta C33
1414
fqbn: arduino:renesas_portenta:portenta_c33
@@ -18,7 +18,7 @@ profiles:
1818
- Arduino_USBHostMbed5 (0.3.1)
1919
- Arduino_POSIXStorage (1.2.1)
2020
- ArduinoRS485 (1.1.0)
21-
- dir: ../../ # Relative path to the library root
21+
- dir: ../../../ # Relative path to the library root
2222
arduino:mbed_opta:opta:
2323
notes: Portenta Opta family
2424
fqbn: arduino:mbed_opta:opta
@@ -28,4 +28,4 @@ profiles:
2828
- Arduino_USBHostMbed5 (0.3.1)
2929
- Arduino_POSIXStorage (1.2.1)
3030
- ArduinoRS485 (1.1.0)
31-
- dir: ../../ # Relative path to the library root
31+
- dir: ../../../ # Relative path to the library root

extras/tests/TestFolderOperations/sketch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ profiles:
88
- Arduino_USBHostMbed5 (0.3.1)
99
- Arduino_POSIXStorage (1.2.1)
1010
- ArduinoRS485 (1.1.0)
11-
- dir: ../../ # Relative path to the library root
11+
- dir: ../../../ # Relative path to the library root
1212
arduino:renesas_portenta:portenta_c33:
1313
notes: Portenta C33
1414
fqbn: arduino:renesas_portenta:portenta_c33
@@ -18,7 +18,7 @@ profiles:
1818
- Arduino_USBHostMbed5 (0.3.1)
1919
- Arduino_POSIXStorage (1.2.1)
2020
- ArduinoRS485 (1.1.0)
21-
- dir: ../../ # Relative path to the library root
21+
- dir: ../../../ # Relative path to the library root
2222
arduino:mbed_opta:opta:
2323
notes: Portenta Opta family
2424
fqbn: arduino:mbed_opta:opta
@@ -28,4 +28,4 @@ profiles:
2828
- Arduino_USBHostMbed5 (0.3.1)
2929
- Arduino_POSIXStorage (1.2.1)
3030
- ArduinoRS485 (1.1.0)
31-
- dir: ../../ # Relative path to the library root
31+
- dir: ../../../ # Relative path to the library root

extras/tests/TestRepeatedFormatMount/sketch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ profiles:
88
- Arduino_USBHostMbed5 (0.3.1)
99
- Arduino_POSIXStorage (1.2.1)
1010
- ArduinoRS485 (1.1.0)
11-
- dir: ../../ # Relative path to the library root
11+
- dir: ../../../ # Relative path to the library root
1212
arduino:renesas_portenta:portenta_c33:
1313
notes: Portenta C33
1414
fqbn: arduino:renesas_portenta:portenta_c33
@@ -18,7 +18,7 @@ profiles:
1818
- Arduino_USBHostMbed5 (0.3.1)
1919
- Arduino_POSIXStorage (1.2.1)
2020
- ArduinoRS485 (1.1.0)
21-
- dir: ../../ # Relative path to the library root
21+
- dir: ../../../ # Relative path to the library root
2222
arduino:mbed_opta:opta:
2323
notes: Portenta Opta family
2424
fqbn: arduino:mbed_opta:opta
@@ -28,4 +28,4 @@ profiles:
2828
- Arduino_USBHostMbed5 (0.3.1)
2929
- Arduino_POSIXStorage (1.2.1)
3030
- ArduinoRS485 (1.1.0)
31-
- dir: ../../ # Relative path to the library root
31+
- dir: ../../../ # Relative path to the library root

0 commit comments

Comments
 (0)