Skip to content

Commit

Permalink
Do not ship testing case in direct source. Typo
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Apr 8, 2015
1 parent 958d48a commit 15248c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rebasehelper/upstream_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ def _call_rebase_helper(self, tempdir):
git.Git().clone(self.url)
os.chdir(self.package)
cli = CLI(self.arguments)
import shutil
shutil.copy('/home/phracek/work/programming/rebase-helper/wget-1.16-dont-run-failing-test.patch', os.path.join(tempdir, self.package, 'wget-1.16-dont-run-failing-test.patch'))
shutil.copy('/home/phracek/work/programming/rebase-helper/wget.spec', os.path.join(tempdir, self.package, 'wget.spec'))
shutil.copy('/home/phracek/work/programming/rebase-helper/wget-rh-modified.patch', os.path.join(tempdir, self.package, 'wget-rh-modified.patch'))
try:
app = Application(cli)
app.run()
Expand Down

0 comments on commit 15248c1

Please sign in to comment.