Get xfstests building on irix using root/toolroot.
[xfstests-dev.git] / common
diff --git a/common b/common
index 225942f429f7025ec721a8b1f211aad272adc913..f3ced2ac9bef352bafac46ac0814a5af6ec7feaf 100644 (file)
--- a/common
+++ b/common
@@ -47,19 +47,6 @@ _setenvironment
 
 check=${check-true}
 
-if $check
-then
-    if $MAKE_PROG >/tmp/$$.gmake 2>&1
-    then
-       :
-    else
-       cat /tmp/$$.gmake
-       echo "Warning: $MAKE_PROG failed -- some tests may be missing"
-       warn=1
-    fi
-    rm -f /tmp/$$.gmake
-fi
-
 diff=diff
 if [ ! -z "$DISPLAY" ]
 then
@@ -69,7 +56,6 @@ then
     which xxdiff >/dev/null 2>&1 && diff=xxdiff
 fi
 verbose=false
-quick=${quick-false}
 group=false
 xgroup=false
 showme=false
@@ -156,7 +142,7 @@ check options
     -g group[,group...]        include tests from these groups
     -l                 line mode diff [xdiff]
     -n                 show me, do not run tests
-    -q                 quick, no checks (you are on your own)
+    -q                 quick [deprecated]
     -T                 output timestamps
     -x group[,group...]        exclude tests from these groups
     -r                         randomize order
@@ -189,8 +175,7 @@ check options
            xpand=false
            ;;
 
-       -q)     # "quick", no checks (you are on your own)
-           quick=true
+       -q)     # "quick", no longer used - always quick :-)
            xpand=false
            ;;
 
@@ -291,25 +276,6 @@ fi
 list=`sort $tmp.list`
 rm -f $tmp.list $tmp.tmp $tmp.sed
 
-if $quick
-then
-    :
-else
-    
-    if ( cd src; $MAKE_PROG -is)
-    then
-       :
-    else
-       echo
-       echo ":----------------------------------------------"
-       echo ": Warning: $MAKE_PROG failed in src -- some tests may fail as a result"
-       echo ":----------------------------------------------"
-       echo
-       warn=1
-    fi
-
-fi
-
 case "$FSTYP" in
     xfs)
         [ "$XFS_LOGPRINT_PROG" = "" ] && _fatal "xfs_logprint not found"
@@ -323,4 +289,4 @@ case "$FSTYP" in
         ;;
     nfs)
         ;;
-esac
\ No newline at end of file
+esac