aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Tests/SQLiteUserTest.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/SQLite/Tests/SQLiteUserTest.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/SQLite/Tests/SQLiteUserTest.cs b/OpenSim/Data/SQLite/Tests/SQLiteUserTest.cs
index 1c0ba71..06465e8 100644
--- a/OpenSim/Data/SQLite/Tests/SQLiteUserTest.cs
+++ b/OpenSim/Data/SQLite/Tests/SQLiteUserTest.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