Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
Lustre 2.3.0, Lustre 2.4.0
-
3
-
5997
Description
I am testing sanity-gss.sh on sles11sp2. It failed correctly and tried to print an error message at line 21:
error "unsupported kernel (gss only works with 2.6.x)" ;;
The problem is that error() is defined in test-framework.sh, which has not been executed yet. So, instead of proper error message I got:
error: Command not found