Skip to content

Commit 9c7c6fc

Browse files
committed
correct paths
1 parent ef5bfc3 commit 9c7c6fc

File tree

3 files changed

+4947
-3
lines changed

3 files changed

+4947
-3
lines changed

tree/tests/simulator/smoke/sim_absolute_t.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
config:
2-
trace: /Users/boris.zhguchev/PetProjects/forester/tree/tests/simulator/smoke/gen\main.log
3-
graph: /Users/boris.zhguchev/PetProjects/forester/tree/tests/simulator/smoke/gen\main.svg
2+
trace: C:\Users\zhguc\projects\forester\tree/tests\simulator/smoke/gen\main.log
3+
graph: C:\Users\zhguc\projects\forester\tree/tests\simulator/smoke/gen\main.svg
44
bb:
5-
dump: /Users/boris.zhguchev/PetProjects/forester/tree/tests/simulator/smoke/gen\bb.json
5+
dump: C:\Users\zhguc\projects\forester\tree/tests\simulator/smoke/gen\bb.json
66
max_ticks: 10
77

88
actions:

tree/tests/trimmer/naive/main.log

+25
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,28 @@
136136
[1] 3 : Success(cursor=0,len=3)
137137
[1] 2 : Success(cursor=0,len=1)
138138
[1] 1 : Success(cursor=0,len=1)
139+
[1] 1 : Running(cursor=0,len=1)
140+
[1] 2 : Running(cursor=0,len=1)
141+
[1] 3 : Running(cursor=0,len=3)
142+
[1] 4 : Success(item=[x:1,y:1])
143+
[1] 3 : Success(cursor=0,len=3)
144+
[1] 2 : Success(cursor=0,len=1)
145+
[1] 1 : Success(cursor=0,len=1)
146+
[1] 1 : Running(cursor=0,len=1)
147+
[1] 2 : Running(cursor=0,len=1)
148+
[1] 3 : Running(cursor=0,len=3)
149+
[1] 4 : Failure(item=[y:1,x:1],reason=)
150+
[1] 3 : Running(cursor=1,len=3)
151+
[1] 5 : Success()
152+
[1] 3 : Success(cursor=1,len=3)
153+
[1] 2 : Success(cursor=0,len=1)
154+
[1] 1 : Success(cursor=0,len=1)
155+
[1] 1 : Running(cursor=0,len=1)
156+
[1] 2 : Running(cursor=0,len=1)
157+
[1] 3 : Running(cursor=0,len=3)
158+
[1] 4 : Failure(item=[y:1,x:1],reason=)
159+
[1] 3 : Running(cursor=1,len=3)
160+
[1] 5 : Success()
161+
[1] 3 : Success(cursor=1,len=3)
162+
[1] 2 : Success(cursor=0,len=1)
163+
[1] 1 : Success(cursor=0,len=1)

0 commit comments

Comments
 (0)