Always create the test-log directory to allow user to "uncomment" test
instructions
This commit is contained in:
parent
5a8939e7f9
commit
c672fa87d7
1 changed files with 3 additions and 2 deletions
5
jhalfs
5
jhalfs
|
@ -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
|
||||
|
|
Reference in a new issue