seecr / weightless-core

Weightless supports implementing complete Python programs as co-routines, including protocol stacks, such as the HTTP protocol.
GNU General Public License v2.0
7 stars 2 forks source link

testsetup.sh does not seem to work #3

Closed mrkafk closed 11 years ago

mrkafk commented 11 years ago
(w2)d7 192.168.56.101 ~/w2/tmp/weightless-core % ./testsetup.sh
./testsetup.sh: line 30: /usr/share/seecr-test/functions: No such file or directory
ejgroene commented 11 years ago

Hi,

Before upload, I've removed any dependency on packages of Seecr. However, the testsetup.py is a contribution of on of my colleques and it uses the seecr-test package again.

I'll put this on the backlog to remove this dependency.

Meanwhile, do not worry to much; it only tests the packaging and installation done by setup.py by performing a sandboxed installation and running the unit-tests. You can use it without that of course.

Erik

Erik Groeneveld ♦ seecr.nl ♦ +31 624 584 029

On Wed, Aug 21, 2013 at 1:51 PM, mrkafk notifications@github.com wrote:

(w2)d7 192.168.56.101 ~/w2/tmp/weightless-core % ./testsetup.sh ./testsetup.sh: line 30: /usr/share/seecr-test/functions: No such file or directory

— Reply to this email directly or view it on GitHubhttps://github.com/seecr/weightless-core/issues/3 .

thijsj commented 11 years ago

Hi,

The testsetup.sh file is changed so it sources a local copy of the file 'functions'. The testsetup.sh should now work even if you don't have the seecr-test package. This should resolve this issue.

The seecr-test package is included as a local copy in test/lib/seecr-test-1.2.50. It is only used for testing.

This update is available in the master since version 0.9.8.1

Regards, Thijs