Skip to content

Commit

Permalink
Fixed: Account for that the IFEM package summary has moved
Browse files Browse the repository at this point in the history
  • Loading branch information
kmokstad committed Jun 20, 2017
1 parent a3b72a7 commit c69da98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/log2reg.sed
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# $Id$
# Converts a log-file such that it can be used as reference in regression tests.
# Basically, it deletes lines which are pointless in comparison with references.
# Remember to manually insert the command-line arguments as the first line.

1,/^ Executing command:/d
1,15 s/^ *[^ ][^ ]* //
1,5 d
6 s/^ *[^ ][^ ]* //
7,/^ *VTF support/d
/^ *$/d
/^ *iter=/d
/^===============================================================/,$ d
Expand Down

0 comments on commit c69da98

Please sign in to comment.