You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/06/02 02:45:10 UTC

[6/7] incubator-joshua git commit: formatting

formatting


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/2f8c5b81
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/2f8c5b81
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/2f8c5b81

Branch: refs/heads/master
Commit: 2f8c5b8145f971cb337dbb7da2312cf58ec18bb1
Parents: cdf88c5
Author: Matt Post <po...@cs.jhu.edu>
Authored: Wed Jun 1 22:31:53 2016 -0400
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Wed Jun 1 22:31:53 2016 -0400

----------------------------------------------------------------------
 src/test/resources/run-all-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/2f8c5b81/src/test/resources/run-all-tests.sh
----------------------------------------------------------------------
diff --git a/src/test/resources/run-all-tests.sh b/src/test/resources/run-all-tests.sh
index a8f4c1e..24a2899 100755
--- a/src/test/resources/run-all-tests.sh
+++ b/src/test/resources/run-all-tests.sh
@@ -39,7 +39,7 @@ for file in $tests; do
   fi
   dir=$(dirname $file | sed 's/^\.\///')
   name=$(basename $file)
-  echo -n "Running test '$name' in test/$dir..."
+  echo -n "Running test '$name' in $dir..."
   pushd $dir > /dev/null
   bash $name
   if [[ $? -eq 0 ]]; then