Skip to content

Commit

Permalink
fix unittest_gtest to run after vnum
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Jun 9, 2014
1 parent 2ebd4a4 commit 420a5f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unittest_gtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ class utest(Task.Task):
Execute a unit test
"""
color = 'PINK'
after = ['vnum','inst']
ext_in = ['.bin']
vars = []
def runnable_status(self):
Expand Down

0 comments on commit 420a5f9

Please sign in to comment.