diff options
author | Sean Dague | 2009-04-24 12:06:24 +0000 |
---|---|---|
committer | Sean Dague | 2009-04-24 12:06:24 +0000 |
commit | fefcb8432f37132ceb30c9e1c1733830f1704d38 (patch) | |
tree | cac363aa04e886994cea78eb5216c0856e0212b5 /OpenSim/Data/SQLite/Tests/SQLiteEstateTest.cs | |
parent | From: Alan Webb <alan_webb@us.ibm.com> (diff) | |
download | opensim-SC_OLD-fefcb8432f37132ceb30c9e1c1733830f1704d38.zip opensim-SC_OLD-fefcb8432f37132ceb30c9e1c1733830f1704d38.tar.gz opensim-SC_OLD-fefcb8432f37132ceb30c9e1c1733830f1704d38.tar.bz2 opensim-SC_OLD-fefcb8432f37132ceb30c9e1c1733830f1704d38.tar.xz |
change power linux detection method, the previous method only worked
with interactive logins, not under panda.
Diffstat (limited to 'OpenSim/Data/SQLite/Tests/SQLiteEstateTest.cs')
-rw-r--r-- | OpenSim/Data/SQLite/Tests/SQLiteEstateTest.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/SQLite/Tests/SQLiteEstateTest.cs b/OpenSim/Data/SQLite/Tests/SQLiteEstateTest.cs index 9ed9897..fd157c6 100644 --- a/OpenSim/Data/SQLite/Tests/SQLiteEstateTest.cs +++ b/OpenSim/Data/SQLite/Tests/SQLiteEstateTest.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 | ||