diff options
Diffstat (limited to '')
-rw-r--r-- | test/expected/test_sessions.sh_8732dad5481be991ca7f291d9c5451c7b016cea7.out | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/test/expected/test_sessions.sh_8732dad5481be991ca7f291d9c5451c7b016cea7.out b/test/expected/test_sessions.sh_8732dad5481be991ca7f291d9c5451c7b016cea7.out deleted file mode 100644 index a1e2e6f..0000000 --- a/test/expected/test_sessions.sh_8732dad5481be991ca7f291d9c5451c7b016cea7.out +++ /dev/null @@ -1,33 +0,0 @@ -#!lnav -Nf -# This file is an export of an lnav session. You can type -# '|/path/to/this/file' in lnav to execute this file and -# restore the state of the session. - -;SELECT raise_error('This session export was made with a newer version of lnav, please upgrade to ' || '0.11.0' || ' or later') - WHERE lnav_version() < '0.11.0' COLLATE naturalcase - -# The files loaded into the session were: - - -;INSERT OR IGNORE INTO environ (name, value) VALUES ('LOG_DIR_0', '{top_srcdir_parent}') -:open $LOG_DIR_0/lnav/test/logfile_access_log.0 - -:rebuild - - -# The following SQL statements will restore the bookmarks, -# comments, and tags that were added in the session. - -;SELECT total_changes() AS before_mark_changes -;UPDATE all_logs SET log_mark = 1, log_comment = NULL, log_tags = NULL WHERE log_time_msecs = 1248130769000 AND log_format = 'access_log' AND log_line_hash = 'v1:b05c1bdfe75cde41e151c89087e31951' - -;SELECT 1 - (total_changes() - $before_mark_changes) AS failed_mark_changes -;SELECT echoln(printf('%sERROR%s: failed to restore %d bookmarks', - $ansi_red, $ansi_norm, $failed_mark_changes)) - WHERE $failed_mark_changes != 0 - - -# The following commands will restore the state of the LOG view. - -:switch-to-view log -:goto 1 |