Running run1:test
works fine
chomp run1:test
π ./test.out
./test.txt ./test.out
β ./test.out [4.791791ms]
Running run1:
results in truncated paths
chomp run1:
π ./st.out
./st.txt ./st.out
β ./st.out [6.474458ms]
β :run1:#
version = 0.1 | |
default-task = 'build' | |
[[task]] | |
name = 'run1:#' | |
dep = './#.txt' | |
target = './#.out' | |
validation = 'ok-only' | |
run = 'echo $DEP $TARGET' | |
[[task]] | |
name = 'run2:##' | |
dep = './##.txt' | |
target = './##.out' | |
validation = 'ok-only' | |
run = 'echo $DEP $TARGET' | |
Test |