Comment # 18
on bug 9174
from Peter Wu
(In reply to comment #17)
> Currently I can simply cd into test and run test.sh and it just works. With
> this patch I cannot. I think the functionality you are adding is good, but
> there must be some sort of bug in the current version of the patch.
>
> Maybe WS_BIN_PATH needs a different default value?
Oh I see the problem. Before this patch, the default was `..` which referred to
the parent directory (the source root). After this patch, the default still
points to `..`, but then it becomes the parent directory of `$TEST_OUTDIR`
(/tmp).
I'll fix it up.
You are receiving this mail because:
- You are watching all bug changes.