Index: lib/System.Data.SQLite/common.eagle ================================================================== --- lib/System.Data.SQLite/common.eagle +++ lib/System.Data.SQLite/common.eagle @@ -2539,19 +2539,19 @@ # # NOTE: Add the name of the current test file, if available. This is # only used for debugging. # if {[info exists ::test_file]} then { - append result {TestFile=${::test_file};} + append result TestFile= $::test_file \; } # # NOTE: Add the name of the current test, if available. This is only # used for debugging. # if {[info exists ::eagle_tests(CurrentName)]} then { - append result {TestName=${::eagle_tests(CurrentName)};} + append result TestName= $::eagle_tests(CurrentName) \; } return $result }