Skip to content

Commit 9e12f6a

Browse files
committed
Reverted samples and unittest script to use zephyr/scripts/twister
1 parent c5c4039 commit 9e12f6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Set the path to the twister executable
4-
TWISTER_EXE="west twister"
4+
TWISTER_EXE="../zephyr/scripts/twister"
55

66
# Set the path to the test cases directory
77
TEST_CASES_DIR="zephyr/samples"

unittest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Set the path to the twister executable
4-
TWISTER_EXE="west twister"
4+
TWISTER_EXE="../zephyr/scripts/twister"
55

66
# Set the path to the test cases directory
77
TEST_CASES_DIR="zephyr/tests"

0 commit comments

Comments
 (0)