Skip to content

Commit

Permalink
Add labels to the stf
Browse files Browse the repository at this point in the history
  • Loading branch information
eldraco committed Apr 7, 2015
1 parent cc89502 commit e7c1b41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion stf.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python
# This file is part of the Stratosphere Testing Framework
# See the file 'LICENSE' for copying permission.
# Version 0.1.1alpha

import argparse
import os
Expand Down
4 changes: 4 additions & 0 deletions stf/core/ui/console.py
Expand Up @@ -10,6 +10,9 @@

from stf.common.out import *


version = "0.1.2alpha"

def logo():
print("""
Stratosphere Testing Framework
Expand All @@ -20,6 +23,7 @@ def logo():
/ __| __| _|
\__ \ |_| |
... |___/\__|_| ...
"""+version+"""
""")

Expand Down

0 comments on commit e7c1b41

Please sign in to comment.