Closed guitorri closed 6 years ago
Funny. I did not touch the netlist.sh test and it is now failing during make distcheck
make[5]: Entering directory `/home/travis/build/Qucs/qucs/qucs-0.0.20/_build/qucs/tests'
[ -f helloworld.so ] || ln -s .libs/$(. .libs/helloworld.la; echo $dlname) .
[PASS]doesnotexist.sh
[PASS]: helloworld.sh
[FAIL]: netlist.sh
I fact I am getting the same error on my system.
During make distcheck
the test/Makefile.am
is creating a wrong path for examplesdir=$(srcdir)/../../qucs/examples
. The test cannot find the input file.
Debug: *** try to load schematic : "../../../tests/../../qucs/examples/resonance.sch"
Error: Could not load schematic ../../../tests/../../qucs/examples/resonance.sch
FAIL netlist.sh (exit status: 1)
On Wed, Jul 25, 2018 at 02:41:06PM -0700, Guilherme Brondani Torri wrote:
Funny. I did not touch the netlist.sh test and it is now failing during
make distcheck
no idea what triggers this.
there is #836..
Thank you @felix-salfelder
These fixes should be on release-0.0.20 first.