Megatest

Check-in [88d54d16bf]
Login
Overview
Comment:commented out a print that was breaking lpeqa tests
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.65-experiment
Files: files | file ages | folders
SHA1: 88d54d16bf839d229a0b07e052648f5347e98d56
User & Date: mmgraham on 2020-09-11 13:06:58
Other Links: branch diff | manifest | tags
Context
2020-09-17
14:42
Merged from v1.65-experimental check-in: 31090be521 user: mrwellan tags: v1.65-aside
2020-09-11
13:06
commented out a print that was breaking lpeqa tests Closed-Leaf check-in: 88d54d16bf user: mmgraham tags: v1.65-experiment
2020-09-10
18:15
change message from error to info check-in: 523dbf02c4 user: mmgraham tags: v1.65-experiment
Changes

Modified db.scm from [bbc6b8f83a] to [381a3b66b8].

1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
                              id           INTEGER PRIMARY KEY,
                              test_id      INTEGER,
                              state        TEXT DEFAULT 'new',
                              status       TEXT DEFAULT 'n/a',
                              archive_type TEXT DEFAULT 'bup',
                              du           INTEGER,
                              archive_path TEXT);")))
         (print "creating trigges from init") 
        (db:create-triggers db)    
     db)) ;; )

;;======================================================================
;; A R C H I V E S
;;======================================================================








|







1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
                              id           INTEGER PRIMARY KEY,
                              test_id      INTEGER,
                              state        TEXT DEFAULT 'new',
                              status       TEXT DEFAULT 'n/a',
                              archive_type TEXT DEFAULT 'bup',
                              du           INTEGER,
                              archive_path TEXT);")))
         ;; (print "creating trigges from init") 
        (db:create-triggers db)    
     db)) ;; )

;;======================================================================
;; A R C H I V E S
;;======================================================================