aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/learn/examples_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/learn/examples_test.sh')
-rwxr-xr-xtensorflow/examples/learn/examples_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/examples/learn/examples_test.sh b/tensorflow/examples/learn/examples_test.sh
index 77b245ab15..4c5893384a 100755
--- a/tensorflow/examples/learn/examples_test.sh
+++ b/tensorflow/examples/learn/examples_test.sh
@@ -32,7 +32,7 @@ TFLEARN_EXAMPLE_BASE_DIR=$DIR/tensorflow/examples/learn
function test() {
- echo "Test "$1":"
+ echo "Test $1:"
$TFLEARN_EXAMPLE_BASE_DIR/$1 $2
if [ $? -eq 0 ]
then