summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/js/util-test
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2012-02-20 07:20:27 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2012-02-20 07:20:27 +0000
commit3479cfa1585b752df58873b941b5bfd06a879b04 (patch)
tree9a15741102f845b97d9028e5505d0841fb90dd15 /sca-cpp/trunk/modules/js/util-test
parent4f245967cb241021844b678e75ff48c6783113d3 (diff)
Rename some of the utility programs and add them to the install target.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291135 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/js/util-test')
-rwxr-xr-xsca-cpp/trunk/modules/js/util-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/modules/js/util-test b/sca-cpp/trunk/modules/js/util-test
index 08407ea2d1..c69f46c67c 100755
--- a/sca-cpp/trunk/modules/js/util-test
+++ b/sca-cpp/trunk/modules/js/util-test
@@ -21,7 +21,7 @@
here=`echo "import os; print os.path.realpath('$0')" | python`; here=`dirname $here`
echo "Testing..."
-cat htdocs/util.js htdocs/elemutil.js htdocs/jsonutil.js json-test.js | ./js-eval 2>/dev/null 1>&2
+cat htdocs/util.js htdocs/elemutil.js htdocs/jsonutil.js json-test.js | ./js-shell 2>/dev/null 1>&2
rc=$?
if [ "$rc" = "0" ]; then
echo "OK"