Opened 11 years ago
Closed 10 years ago
#642 closed defect (fixed)
make check/clean for the systemtest has a bug
Reported by: | Dimitar Misev | Owned by: | Bidesh Thapaliya |
---|---|---|---|
Priority: | minor | Milestone: | 9.0.x |
Component: | build system | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description (last modified by )
The TESTSEQUENCE variable contains ls and -d as well in it, so make clean tries to remove -d and ls which fails.
To reproduce:
cd systemtest make clean
The file to be fixed is source:systemtest/Makefile.am
Change History (3)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 10 years ago
Description: | modified (diff) |
---|
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.