Index: build/test/do-nightly-tests-and-publish ================================================================== --- build/test/do-nightly-tests-and-publish +++ build/test/do-nightly-tests-and-publish @@ -20,11 +20,11 @@ exit 0 fi cd build/test || exit 1 -if [ ! -x kits -o ! -x publish-tests ]; then +if [ ! -x test -o ! -x publish-tests ]; then echo 'Missing scripts, aborting.' >&2 exit 1 fi