summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/clusterpush.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clusterpush.sh b/tools/clusterpush.sh
index 6d73d43e3..554b41046 100755
--- a/tools/clusterpush.sh
+++ b/tools/clusterpush.sh
@@ -36,7 +36,7 @@ echo -n "Copying regression baseline..."
if test -d src; then
LATEST='gs'
else
- LATEST=`ssh tticluster.com 'for file in \`ls regression |\
+ LATEST=`ssh $HOST 'for file in \`ls regression |\
egrep ghostpcl-r[0-9]+\+[0-9]+ | sort -r | head\`; do\
if test -r regression/$file/reg_baseline.txt; then\
echo $file; break;\