Browse Source

Fixing minor bug in run-ci

Hamilton Turner 11 years ago
parent
commit
194b9c885b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      toolset/run-ci.py

+ 0 - 1
toolset/run-ci.py

@@ -109,7 +109,6 @@ class CIRunnner:
     log.info("Using commit range %s", self.commit_range)
     log.info("Running `git diff --name-only %s`" % self.commit_range)
     changes = subprocess.check_output("git diff --name-only %s" % self.commit_range, shell=True)
-    changes = "mojolicious/app.pl\nmojolicious/bash_profile.sh"
     log.info(changes)
 
     # Look for changes to core TFB framework code