File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ function build_sketch(){ # build_sketch <ide_path> <user_path> <path-to-ino> [ex
157
157
build_dir=" $ARDUINO_BUILD_DIR "
158
158
elif [ $len -eq 1 ]; then
159
159
# build_dir="$sketchdir/build"
160
- build_dir=" $HOME /.arduino/tests/$sketchname /$target / build.tmp"
160
+ build_dir=" $HOME /.arduino/tests/$sketchname /build.tmp"
161
161
fi
162
162
163
163
output_file=" $HOME /.arduino/cli_compile_output.txt"
@@ -168,7 +168,7 @@ function build_sketch(){ # build_sketch <ide_path> <user_path> <path-to-ino> [ex
168
168
do
169
169
if [ $len -ne 1 ]; then
170
170
# build_dir="$sketchdir/build$i"
171
- build_dir=" $HOME /.arduino/tests/$sketchname /$target / build$i .tmp"
171
+ build_dir=" $HOME /.arduino/tests/$sketchname /build$i .tmp"
172
172
fi
173
173
rm -rf $build_dir
174
174
mkdir -p $build_dir
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ function run_test() {
34
34
35
35
if [ $len -eq 1 ]; then
36
36
# build_dir="$sketchdir/build"
37
- build_dir=" $HOME /.arduino/tests/$sketchname /$target / build.tmp"
38
- report_file=" $sketchdir /$sketchname .xml"
37
+ build_dir=" $HOME /.arduino/tests/$sketchname /build.tmp"
38
+ report_file=" $sketchdir /$target / $ sketchname .xml"
39
39
fi
40
40
41
41
for i in ` seq 0 $(( $len - 1 )) `
@@ -58,8 +58,8 @@ function run_test() {
58
58
59
59
if [ $len -ne 1 ]; then
60
60
# build_dir="$sketchdir/build$i"
61
- build_dir=" $HOME /.arduino/tests/$sketchname /$target / build$i .tmp"
62
- report_file=" $sketchdir /$sketchname$i .xml"
61
+ build_dir=" $HOME /.arduino/tests/$sketchname /build$i .tmp"
62
+ report_file=" $sketchdir /$target / $ sketchname$i .xml"
63
63
fi
64
64
65
65
if [ $platform == " wokwi" ]; then
You can’t perform that action at this time.
0 commit comments