git-octopus icon indicating copy to clipboard operation
git-octopus copied to clipboard

Directory 'bin' missing

Open xnopre opened this issue 8 years ago • 5 comments

I try to go to test directory, to run 1 test like this : ./run_test.sh simple_test but the ../bin is missing. Idem for run_all.sh. Thanks

xnopre avatar Nov 27 '17 15:11 xnopre

Which version are you using ? These tests will be dropped in 2.0 if I release the version some day...

apflieger avatar Nov 27 '17 15:11 apflieger

@apflieger I have cloned the master 3 days ago, I think this is the current version. I met Dimitri in Agile Grenoble, he's interested with my external tests, and to start, I'm very interested with the tests :-)

xnopre avatar Nov 27 '17 16:11 xnopre

You might need to run make build before running tests. It will create the bin directory

apflieger avatar Nov 27 '17 23:11 apflieger

Yes, you're right, thanks and sorry, it's explained in README but not very explicit for me to run the tests ;-) . But after make build, the test git octopus -v does not work : git: 'octopus' is not a git command. See 'git --help'....

xnopre avatar Nov 28 '17 19:11 xnopre

Having the command available in git requires make install

apflieger avatar Nov 28 '17 19:11 apflieger