Always create the test-log directory to allow user to "uncomment" test

instructions
This commit is contained in:
Pierre Labastie 2018-01-12 10:42:36 +00:00
parent 5a8939e7f9
commit c672fa87d7

5
jhalfs
View file

@ -393,8 +393,9 @@ if [[ "$REBUILD_MAKEFILE" = "n" ]] ; then
# Copy urls.xsl, if needed
[[ "$GETPKG" = "y" ]] && cp $COMMON_DIR/urls.xsl $JHALFSDIR/
# Create the test-log directory, if needed
[[ "$TEST" != "0" ]] && [[ ! -d $TESTLOGDIR ]] && install -d -m 1777 $TESTLOGDIR
# Always create the test-log directory to allow user to "uncomment" test
# instructions
install -d -m 1777 $TESTLOGDIR
# Create the installed-files directory, if needed
[[ "$INSTALL_LOG" = "y" ]] && [[ ! -d $FILELOGDIR ]] && install -d -m 1777 $FILELOGDIR