Index: db.scm ================================================================== --- db.scm +++ db.scm @@ -2155,11 +2155,10 @@ (vector-ref inrec 4) ;; state (vector-ref inrec 5) ;; status -1 "" -1 -1 "" "-" (vector-ref inrec 3) ;; item-path -1 "-" "-")) - (define (db:get-tests-for-run-state-status dbstruct run-id testpatt) (let* ((res '()) (tests-match-qry (tests:match->sqlqry testpatt)) (qry (conc "SELECT id,testname,item_path,state,status FROM tests WHERE run_id=? " Index: tests/dep-tests/runconfigs.config ================================================================== --- tests/dep-tests/runconfigs.config +++ tests/dep-tests/runconfigs.config @@ -1,11 +1,8 @@ [default] -WAITON_setup -WAITON_genlib waiton setup -WAITON_test1 waiton genlib -WAITON_aggregate waiton test1 -WAITON_test2 waiton aggregate # [DEPS/SPEED] + +[simple/0] [std/0]