X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fkbuild;h=4630d82331714a6ee575bf09bb3bc1e22edef619;hb=c00be06a1f8f27eb5bd8bb47086d0f1e5b5f5f50;hp=a6fdb57a158403f320de89241b0b578ca9277fab;hpb=113303973ec9f8484eb2355a1a6ef3c4c7fd6a56;p=fs%2Flustre-release.git diff --git a/lustre/tests/kbuild b/lustre/tests/kbuild index a6fdb57..4630d82 100755 --- a/lustre/tests/kbuild +++ b/lustre/tests/kbuild @@ -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