- Timestamp:
- Jan 30, 2018 4:43:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmtest
r2767 r2775 84 84 hrule 85 85 printf "Configuring..." 86 if [[ -f ${existing_working_dir}/.palm.iofiles ]]; then87 cp ${existing_trunk_dir}/SCRIPTS/.palm.iofiles ${tester_prefix}/.palm.iofiles88 else89 printf " failed (missing .palm.iofiles)\n"90 hrule91 exit 192 fi93 86 if [[ -f ${existing_working_dir}/.palm.config.${configuration} ]]; then 94 87 cp ${existing_working_dir}/.palm.config.${configuration} ${tester_prefix}/.palm.config.${configuration}
Note: See TracChangeset
for help on using the changeset viewer.