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

fcm 2014.09.0 make: improve error message if config file missing #154

Closed
gdcarver opened this issue Oct 24, 2014 · 0 comments · Fixed by #155
Closed

fcm 2014.09.0 make: improve error message if config file missing #154

gdcarver opened this issue Oct 24, 2014 · 0 comments · Fixed by #155
Assignees
Labels
Milestone

Comments

@gdcarver
Copy link

Compare:

fcm make
[init] make # 2014-10-24T17:24:38Z
[info] FCM 2014.09.0
[init] make config-parse # 2014-10-24T17:24:38Z
[FAIL] make config-parse # 0.0s
[FAIL] make # 0.0s
[FAIL] no configuration specified or found

with:

fcm make -f no.cfg
[init] make # 2014-10-24T17:24:45Z
[info] FCM 2014.09.0
[init] make config-parse # 2014-10-24T17:24:45Z
[FAIL] make config-parse # 0.0s
[FAIL] make # 0.0s
[FAIL] $VAR1 = bless( {
[FAIL] 'ctx' => 'no.cfg',
[FAIL] 'exception' => undef,
[FAIL] 'code' => 'MAKE_CFG_FILE'
[FAIL] }, 'FCM::System::Exception' );
[FAIL] $VAR2 = undef;
[FAIL] $VAR3 = '';

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

Successfully merging a pull request may close this issue.

2 participants