Change default value logic for stepCmd and cmdInput (see README).

This commit is contained in:
Jonathan Bernard
2017-05-11 10:38:28 -05:00
parent 45f490c677
commit a7619a3048
3 changed files with 15 additions and 5 deletions

View File

@ -100,7 +100,7 @@ suite "load and save configuration objects":
# Step with defaulted properties
pc.steps["test"].name == "test"
pc.steps["test"].dontSkip == false
pc.steps["test"].stepCmd == "sh"
pc.steps["test"].stepCmd == "true"
pc.steps["test"].workingDir == "."
sameContents(pc.steps["test"].artifacts, @[])
sameContents(pc.steps["test"].depends, @[])