Changeset c672fa8 for jhalfs


Ignore:
Timestamp:
01/12/2018 10:42:36 AM (6 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
5637b53
Parents:
5a8939e
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r5a8939e rc672fa8  
    394394  [[ "$GETPKG" = "y" ]] && cp $COMMON_DIR/urls.xsl  $JHALFSDIR/
    395395
    396 # Create the test-log directory, if needed
    397   [[ "$TEST" != "0" ]] && [[ ! -d $TESTLOGDIR ]] && install -d -m 1777 $TESTLOGDIR
     396# Always create the test-log directory to allow user to "uncomment" test
     397# instructions
     398  install -d -m 1777 $TESTLOGDIR
    398399
    399400# Create the installed-files directory, if needed
Note: See TracChangeset for help on using the changeset viewer.