Skip to content

Commit 6017bc6

Browse files
committed
minor
1 parent a64df2e commit 6017bc6

3 files changed

+11
-11
lines changed

trice_cleanIDs_in_examples_and_test_folder.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ SCRIPT_DIRECTORY="$(dirname $(realpath "$0"))"
44
cd $SCRIPT_DIRECTORY
55
source ./trice_environment.sh
66

7-
trice clean $TRICE_CL
7+
trice clean $TRICE_CMD_LINE
88

99
cd - > /dev/null

trice_environment.sh

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/bash
22

33
# Trice command line common part
4-
TRICE_CL+="-cache " # Do not forget to create ~/.trice/cache folder, if the Trice cache should work or disable this line.
5-
TRICE_CL+="-i ./demoTIL.json " # Use a common til.json for all examples and tests.
6-
TRICE_CL+="-li ./demoLI.json " # Use a common li.json for all examples and tests.
7-
TRICE_CL+="-liPath relative " # Prefix base filenames in li.json with relative path for new IDs.
8-
TRICE_CL+="-src ./_test "
9-
TRICE_CL+="-src ./examples/exampleData "
10-
TRICE_CL+="-src ./examples/F030_inst/Core "
11-
TRICE_CL+="-src ./examples/G0B1_inst/Core "
12-
TRICE_CL+="-src ./examples/L432_inst/Core "
4+
TRICE_CMD_LINE+="-cache " # Do not forget to create ~/.trice/cache folder, if the Trice cache should work or disable this line.
5+
TRICE_CMD_LINE+="-i ./demoTIL.json " # Use a common til.json for all examples and tests.
6+
TRICE_CMD_LINE+="-li ./demoLI.json " # Use a common li.json for all examples and tests.
7+
TRICE_CMD_LINE+="-liPath relative " # Prefix base filenames in li.json with relative path for new IDs.
8+
TRICE_CMD_LINE+="-src ./_test "
9+
TRICE_CMD_LINE+="-src ./examples/exampleData "
10+
TRICE_CMD_LINE+="-src ./examples/F030_inst/Core "
11+
TRICE_CMD_LINE+="-src ./examples/G0B1_inst/Core "
12+
TRICE_CMD_LINE+="-src ./examples/L432_inst/Core "

trice_insertIDs_in_examples_and_test_folder.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ SCRIPT_DIRECTORY="$(dirname $(realpath "$0"))"
44
cd $SCRIPT_DIRECTORY
55
source ./trice_environment.sh
66

7-
trice insert $TRICE_CL -IDMin 13000 -IDMax 16383
7+
trice insert $TRICE_CMD_LINE -IDMin 13000 -IDMax 16383
88

99
cd - > /dev/null

0 commit comments

Comments
 (0)