Skip to content

Commit 493e77d

Browse files
authored
Improve 144385 and 146030. (#20)
* 144385: has custom .mod files * 146030: improve regex
1 parent 3878c20 commit 493e77d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modeldb/modeldb-run.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,8 @@
10001000
141505:
10011001
comment: //do not run Specialized installation environment
10021002
run: null
1003+
144385:
1004+
model_dir: mod
10031005
144523:
10041006
run:
10051007
- objref test_graph_
@@ -1020,7 +1022,7 @@
10201022
repl: 'Setup time for simulation: %setup_time% seconds'
10211023
- pattern: 'Starting simulation of duration 300\.0 ms, dt: 0\.025, reference: Sim_8c at time: \d+/\d+/\d+,\d+:\d+:\d+ [AP]{1}M:\d+'
10221024
repl: 'Starting simulation of duration 300\.0 ms, dt: 0\.025, reference: Sim_8c at time: %current_date%'
1023-
- pattern: 'Finished simulation in [0-9]+\.[0-9]+ seconds'
1025+
- pattern: 'Finished simulation in [0-9\.]+ seconds'
10241026
repl: 'Finished simulation in %simulation_time% seconds'
10251027
- pattern: 'Current time: \d+/\d+/\d+,\d+:\d+:\d+ [AP]{1}M:\d+'
10261028
repl: 'Current time: %current_time%'

0 commit comments

Comments
 (0)