Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3a1672
)
Branch b1_8_gate
author
adilger
<adilger>
Mon, 25 Aug 2008 08:33:36 +0000
(08:33 +0000)
committer
adilger
<adilger>
Mon, 25 Aug 2008 08:33:36 +0000
(08:33 +0000)
Remove old 2.4 kernel check.
lustre/tests/test-framework.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/test-framework.sh
b/lustre/tests/test-framework.sh
index
e8da637
..
f073d26
100644
(file)
--- a/
lustre/tests/test-framework.sh
+++ b/
lustre/tests/test-framework.sh
@@
-137,7
+137,6
@@
init_test_env() {
}
case `uname -r` in
-2.4.*) EXT=".o"; USE_QUOTA=no; [ ! "$CLIENTONLY" ] && FSTYPE=ext3;;
*) EXT=".ko"; USE_QUOTA=yes;;
esac