Skip to content

Commit

Permalink
correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
besok committed Jun 4, 2024
1 parent ef5bfc3 commit 9c7c6fc
Show file tree
Hide file tree
Showing 3 changed files with 4,947 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tree/tests/simulator/smoke/sim_absolute_t.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
config:
trace: /Users/boris.zhguchev/PetProjects/forester/tree/tests/simulator/smoke/gen\main.log
graph: /Users/boris.zhguchev/PetProjects/forester/tree/tests/simulator/smoke/gen\main.svg
trace: C:\Users\zhguc\projects\forester\tree/tests\simulator/smoke/gen\main.log
graph: C:\Users\zhguc\projects\forester\tree/tests\simulator/smoke/gen\main.svg
bb:
dump: /Users/boris.zhguchev/PetProjects/forester/tree/tests/simulator/smoke/gen\bb.json
dump: C:\Users\zhguc\projects\forester\tree/tests\simulator/smoke/gen\bb.json
max_ticks: 10

actions:
Expand Down
25 changes: 25 additions & 0 deletions tree/tests/trimmer/naive/main.log
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,28 @@
[1] 3 : Success(cursor=0,len=3)
[1] 2 : Success(cursor=0,len=1)
[1] 1 : Success(cursor=0,len=1)
[1] 1 : Running(cursor=0,len=1)
[1] 2 : Running(cursor=0,len=1)
[1] 3 : Running(cursor=0,len=3)
[1] 4 : Success(item=[x:1,y:1])
[1] 3 : Success(cursor=0,len=3)
[1] 2 : Success(cursor=0,len=1)
[1] 1 : Success(cursor=0,len=1)
[1] 1 : Running(cursor=0,len=1)
[1] 2 : Running(cursor=0,len=1)
[1] 3 : Running(cursor=0,len=3)
[1] 4 : Failure(item=[y:1,x:1],reason=)
[1] 3 : Running(cursor=1,len=3)
[1] 5 : Success()
[1] 3 : Success(cursor=1,len=3)
[1] 2 : Success(cursor=0,len=1)
[1] 1 : Success(cursor=0,len=1)
[1] 1 : Running(cursor=0,len=1)
[1] 2 : Running(cursor=0,len=1)
[1] 3 : Running(cursor=0,len=3)
[1] 4 : Failure(item=[y:1,x:1],reason=)
[1] 3 : Running(cursor=1,len=3)
[1] 5 : Success()
[1] 3 : Success(cursor=1,len=3)
[1] 2 : Success(cursor=0,len=1)
[1] 1 : Success(cursor=0,len=1)
Loading

0 comments on commit 9c7c6fc

Please sign in to comment.