Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
Signed-off-by: Martin J. Bligh <[email protected]>
  • Loading branch information
Martin J. Bligh committed Jul 8, 2008
1 parent 63009cc commit 6f8134d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion real_time_tests/real_time_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ def setup(self, tarball = 'realtime-latest-git-snapshot.tar.bz2'):

def execute(self, args = '-l 10'):
os.chdir(self.srcdir)
utils.system('./run.sh -t func' + args)
utils.system('./run.sh -t func ' + args)

0 comments on commit 6f8134d

Please sign in to comment.