Changeset 2775


Ignore:
Timestamp:
Jan 30, 2018 4:43:52 PM (6 years ago)
Author:
knoop
Message:

Bugfix: removed check for .palm.iofiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmtest

    r2767 r2775  
    8484   hrule
    8585   printf "Configuring..."
    86    if [[ -f ${existing_working_dir}/.palm.iofiles ]]; then
    87       cp ${existing_trunk_dir}/SCRIPTS/.palm.iofiles ${tester_prefix}/.palm.iofiles
    88    else
    89       printf " failed (missing .palm.iofiles)\n"
    90       hrule
    91       exit 1
    92    fi
    9386   if [[ -f ${existing_working_dir}/.palm.config.${configuration} ]]; then
    9487      cp ${existing_working_dir}/.palm.config.${configuration} ${tester_prefix}/.palm.config.${configuration}
Note: See TracChangeset for help on using the changeset viewer.