Skip to content

Commit

Permalink
try adding files relative
Browse files Browse the repository at this point in the history
Apparently `git add -A` doesn’t traverse up to parent directories on
old versions of git, causing this to not add the files on travis-ci.
See if this is an acceptable workaround.
  • Loading branch information
mroth committed Apr 23, 2015
1 parent 7ff1750 commit 90f3af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/command_status.feature
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Feature: status command
<abspath_end>
"""
# STAGED 'NEW FILE' CHANGES
Given I successfully run `git add -A`
Given I successfully run `git add "<displaypath>"`
When I successfully run `scmpuff status`
Then the stdout from "scmpuff status" should contain:
"""
Expand Down

0 comments on commit 90f3af7

Please sign in to comment.