Whamcloud - gitweb
b=23428 Fix lustre built with --enable-lu_ref
[fs/lustre-release.git] / lustre / tests / kbuild
index a6fdb57..4630d82 100755 (executable)
@@ -294,7 +294,8 @@ function dokernel()
         if [ x$conf_file = x ] ;then
                 doquiet make $mopt $mconfig
         else
-                cp $conf_file .config
+                cp $conf_file .config   || fail 8 "Cannot copy $conf_file"
+                ls -l .config
                 doquiet make $mopt oldconfig
         fi