Skip to content

GPII-2212: Fixed tests execution#1

Merged
stegru merged 2 commits intostegru:GPII-2212from
JavierJF:GPII-2212
Jan 13, 2018
Merged

GPII-2212: Fixed tests execution#1
stegru merged 2 commits intostegru:GPII-2212from
JavierJF:GPII-2212

Conversation

@JavierJF
Copy link

@JavierJF JavierJF commented Jan 12, 2018

Seems like a problem with the way command was launch was the cause for tests failing silently.

var exeName = "test-window.exe";
var exePath = path.join(__dirname, exeName);
var args = ["-window"];
var args = [" -window"];
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs to be a string

Completed array to string change.
@stegru stegru merged commit f524f24 into stegru:GPII-2212 Jan 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants