Skip to content

Commit

Permalink
test: fix the gen tests after changing from .gitattributes to .gitkeep
Browse files Browse the repository at this point in the history
  • Loading branch information
doudou committed Apr 24, 2018
1 parent 7fc28e4 commit 5107943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cli/test_gen_main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run_syskit_test(*args)
end
it "creates the config/orogen directory and adds a file to ensure it's saved in git" do
run_command_and_stop "syskit gen app"
assert exist?('config/orogen/.gitattributes')
assert exist?('config/orogen/.gitkeep')
end
end

Expand Down Expand Up @@ -105,4 +105,4 @@ def run_syskit_test(*args)
end
end
end
end
end

0 comments on commit 5107943

Please sign in to comment.