Changeset da6ad3f in flexpart.git


Ignore:
Timestamp:
Mar 18, 2016, 9:33:33 AM (8 years ago)
Author:
Ignacio Pisso <Ignacio.Pisso@…>
Branches:
flexpart-noresm
Children:
fa1548b
Parents:
988b0bd
Message:

test existence of options dir in test 0 before copy to avoid error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/create_test

    r988b0bd rda6ad3f  
    2222cp -r $options_default $test_tmp/options
    2323#override default options
    24 if [ "$(ls -A ${test_dir}/options)" ]; then
     24if [ -d "$test_dir"  &&  "$(ls -A ${test_dir}/options)" ]; then
    2525  cp -r ${test_dir}/options/* $test_tmp/options/
    2626fi
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG