diff options
author | mmason <mmason> | 2007-11-15 19:51:37 +0000 |
---|---|---|
committer | mmason <mmason> | 2007-11-15 19:51:37 +0000 |
commit | 1cc094f069ba3d797cdba5df75a2de06cf10ba93 (patch) | |
tree | e22188058472c2f0d2975b4f6644d5bcc7da1ae6 /systemtap.spec.in | |
parent | f781f849ceedba83580eead82c3baf949a9738db (diff) | |
download | systemtap-steved-1cc094f069ba3d797cdba5df75a2de06cf10ba93.tar.gz systemtap-steved-1cc094f069ba3d797cdba5df75a2de06cf10ba93.tar.xz systemtap-steved-1cc094f069ba3d797cdba5df75a2de06cf10ba93.zip |
Removed "make check" from rpm build steps.
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/systemtap.spec.in b/systemtap.spec.in index bbb9526c..3fc6dfdc 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -159,10 +159,6 @@ else touch runtime-addl-files.txt fi - -%check -make check %{?elfutils_mflags} || : - %clean rm -rf ${RPM_BUILD_ROOT} |