Avoid running generate-ftpindex during tests
authorJacob Bachmeyer <jcb@gnu.org>
Thu, 25 Mar 2021 01:26:39 +0000 (20:26 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Thu, 25 Mar 2021 01:26:39 +0000 (20:26 -0500)
commit2bbbcf26bdcf2bf1869fee9922d885c7b25ba654
tree21c7217fade8e56cd77216a35546d890c4173628
parent5f0070345ed047f61e5d7c225f294df10103b1ab
Avoid running generate-ftpindex during tests

The attempt to rebuild the FTP server index is normally harmless, since most
test machines will not actually have /usr/local/bin/generate-ftpindex and the
error from the inability to execute that tool is ignored anyway.

However, if the testsuite is ever actually run on the FTP upload server, this
will prevent a large amount of spurious work rebuilding the FTP indexes.
upload-ftp-v1.2.pl