@@ -706,11 +706,12 @@ (not status))) (begin (debug:print 0 "ERROR: You must specify :state and :status with every call to -test-status\n" help) (sqlite3:finalize! db) (exit 6))) - (rtests:test-set-status! db run-id test-name state newstatus itemdat (args:get-arg "-m") otherdata))) + (let ((msg (args:get-arg "-m"))) + (rtests:test-set-status! db test-id state newstatus msg otherdata)))) (sqlite3:finalize! db) (set! *didsomething* #t)))) (if (args:get-arg "-showkeys") (let ((db #f)