Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The --runAllTests option assumes a test-output location #358

Open
GoogleCodeExporter opened this issue May 4, 2015 · 0 comments
Open

The --runAllTests option assumes a test-output location #358

GoogleCodeExporter opened this issue May 4, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

All projects assume a location of test-output (used by, for example, 
the--runAllTests option) that is relative to the current path (they assume 
test-output exists in the current dir). However, running synoptic (or other 
projects) at top-level fails. For example, running synoptic from the top-level 
dir synoptic/ with:
$ ./synoptic.sh --runAllTests

fails since test-output cannot be found.

This path dependency bug needs to be fixed across all of the projects so that 
integration tests (that use test-output) can be run regardless of current 
location.


Original issue reported on code.google.com by bestchai on 27 Jan 2014 at 8:39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant