chiark / gitweb /
only test ./gendocs on GNU/Linux
authorHans-Christoph Steiner <hans@eds.org>
Mon, 15 Feb 2016 13:33:27 +0000 (14:33 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 15 Feb 2016 22:06:31 +0000 (23:06 +0100)
This helps with getting the tests running on OSX and other platforms.

tests/run-tests

index 7629f431bb107db1f5dd070ec4f7225c6d6f77ad..f7acd069fc0ad271f3bf46656871e5f041bfe088 100755 (executable)
@@ -115,7 +115,10 @@ $fdroid --version
 echo_header "build the TeX manual"
 
 cd $WORKSPACE/docs
-./gendocs.sh -o html --email admin@f-droid.org fdroid "F-Droid Server Manual"
+# this is only ever generated officially on GNU/Linux
+if [ `uname -s` == "Linux" ]; then
+    ./gendocs.sh -o html --email admin@f-droid.org fdroid "F-Droid Server Manual"
+fi
 
 
 #------------------------------------------------------------------------------#