aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs')
-rw-r--r--OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs b/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs
index 70903c3..ae360f1 100644
--- a/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs
+++ b/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs
@@ -40,6 +40,12 @@ namespace OpenSim.Data.SQLite.Tests
40 [TestFixtureSetUp] 40 [TestFixtureSetUp]
41 public void Init() 41 public void Init()
42 { 42 {
43 if (System.Environment.GetEnvironmentVariable("CPU") == "ppc64")
44 {
45 System.Console.WriteLine(System.Environment.GetEnvironmentVariable("CPU"));
46 Assert.Ignore();
47 }
48
43 SuperInit(); 49 SuperInit();
44 50
45 file = Path.GetTempFileName() + ".db"; 51 file = Path.GetTempFileName() + ".db";