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

Test suite cannot run if firebird directory contain spaces [QA659] #657

Open
firebird-automations opened this issue Jun 8, 2016 · 1 comment

Comments

@firebird-automations
Copy link

Submitted by: @aafemt

When I have Firebird in path with spaces, folowing commands fail with message "Exception raised while running ISQL test script", even if I add bin dir to system PATH:

fbt_run -d c:\tmp\ bugs.core_4940
fbt_run -d c:\tmp\ -b "C:\Users\SD\My Documents\firebird\temp\x64\Debug\firebird\" bugs.core_4940
fbt_run -d c:\tmp\ -b "C:\Users\SD\MyDocu~1\firebird\temp\x64\Debug\firebird\" bugs.core_4940

This command works:
fbt_run -d c:\tmp\ -b C:\Users\SD\MyDocu~1\firebird\temp\x64\Debug\firebird\ bugs.core_4940

@firebird-automations
Copy link
Author

Modified by: @aafemt

description: When I have Firebird in path with spaces, both folowing commands fail with message "Exception raised while running ISQL test script", even if I add bin dir to system PATH:

fbt_run -d c:\tmp\ bugs.core_4940
fbt_run -d c:\tmp\ -b "C:\Users\SD\My Documents\firebird\temp\x64\Debug\firebird\" bugs.core_4940

=>

When I have Firebird in path with spaces, folowing commands fail with message "Exception raised while running ISQL test script", even if I add bin dir to system PATH:

fbt_run -d c:\tmp\ bugs.core_4940
fbt_run -d c:\tmp\ -b "C:\Users\SD\My Documents\firebird\temp\x64\Debug\firebird\" bugs.core_4940
fbt_run -d c:\tmp\ -b "C:\Users\SD\MyDocu~1\firebird\temp\x64\Debug\firebird\" bugs.core_4940

This command works:
fbt_run -d c:\tmp\ -b C:\Users\SD\MyDocu~1\firebird\temp\x64\Debug\firebird\ bugs.core_4940

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