Browse Source

more logging. who is wrong, symlink or available?

master
Stefan Bodewig 7 years ago
parent
commit
c2c821a38a
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/etc/testcases/taskdefs/optional/unix/symlink.xml

+ 6
- 0
src/etc/testcases/taskdefs/optional/unix/symlink.xml View File

@@ -308,6 +308,12 @@

<sleep seconds="${delay}"/> <!-- make sure OS has time to catch up -->

<pathconvert property="symtest1.content">
<fileset dir="${output}/symtest1"/>
<map from="${output}/symtest1" to=""/>
</pathconvert>
<echo>Content of ${output}/symtest1 is ${symtest1.content}</echo>

<available file="${output}/symtest1/link1"
property="test.recreate.link1.recreated"/>



Loading…
Cancel
Save