diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/basic/rpm.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/basic/rpm.t b/tests/basic/rpm.t index 15963e190e1..6ca72e7b293 100755 --- a/tests/basic/rpm.t +++ b/tests/basic/rpm.t @@ -45,7 +45,7 @@ cd ${RESULT_DIR}/sources git clone -q -s file://${REPO} . git checkout -q -b rpm-test ${COMMIT} -# build the glusterfs-*.tar.gz and gluster-swift-ufo-*.tar.gz +# build the glusterfs-*.tar.gz [ -e configure ] || ./autogen.sh 2>&1 > /dev/null TEST ./configure --enable-fusermount TEST make dist @@ -100,4 +100,3 @@ done [ "${DEBUG}" = "0" ] && rm -rf ${RESULT_DIR} cleanup - |