aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Tests/SQLiteRegionTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/SQLite/Tests/SQLiteRegionTest.cs')
-rw-r--r--OpenSim/Data/SQLite/Tests/SQLiteRegionTest.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/SQLite/Tests/SQLiteRegionTest.cs b/OpenSim/Data/SQLite/Tests/SQLiteRegionTest.cs
index be17a38..da8f74f 100644
--- a/OpenSim/Data/SQLite/Tests/SQLiteRegionTest.cs
+++ b/OpenSim/Data/SQLite/Tests/SQLiteRegionTest.cs
@@ -41,9 +41,9 @@ namespace OpenSim.Data.SQLite.Tests
41 [TestFixtureSetUp] 41 [TestFixtureSetUp]
42 public void Init() 42 public void Init()
43 { 43 {
44 if (System.Environment.GetEnvironmentVariable("CPU") == "ppc64") 44 // SQLite doesn't work on power linux
45 if (File.Exists("/proc/ppc64"))
45 { 46 {
46 System.Console.WriteLine(System.Environment.GetEnvironmentVariable("CPU"));
47 Assert.Ignore(); 47 Assert.Ignore();
48 } 48 }
49 49