Index: lib/System.Data.SQLite/common.eagle ================================================================== --- lib/System.Data.SQLite/common.eagle +++ lib/System.Data.SQLite/common.eagle @@ -4540,31 +4540,31 @@ # # NOTE: Setup the variables that refer to the various non-data files # required by the tests in this file. # set entityFrameworkDllFile \ - [getBuildFileName EntityFramework.dll true] + [getBuildFileName EntityFramework.dll false] set installerExeFile \ - [getBuildFileName Installer.exe true] + [getBuildFileName Installer.exe false] set sqliteDesignerDllFile \ - [getBuildFileName SQLite.Designer.dll true] + [getBuildFileName SQLite.Designer.dll false] set systemDataSQLiteDllFile \ [getBuildFileName System.Data.SQLite.dll \ [expr {![hasRuntimeOption native]}]] set systemDataSQLiteLinqDllFile \ - [getBuildFileName System.Data.SQLite.Linq.dll true] + [getBuildFileName System.Data.SQLite.Linq.dll false] set systemDataSQLiteEf6DllFile \ - [getBuildFileName System.Data.SQLite.EF6.dll true] + [getBuildFileName System.Data.SQLite.EF6.dll false] - set testExeFile [getBuildFileName test.exe true] - set testLinqExeFile [getBuildFileName testlinq.exe true] - set testEf6ExeFile [getBuildFileName testef6.exe true] + set testExeFile [getBuildFileName test.exe false] + set testLinqExeFile [getBuildFileName testlinq.exe false] + set testEf6ExeFile [getBuildFileName testef6.exe false] # # NOTE: Setup the variables that refer to the various data files # required by the tests in this file. #