summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.apps/stap-tcl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.apps/stap-tcl.sh')
-rw-r--r--testsuite/systemtap.apps/stap-tcl.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/systemtap.apps/stap-tcl.sh b/testsuite/systemtap.apps/stap-tcl.sh
index c3a7f6b7..2a0d0548 100644
--- a/testsuite/systemtap.apps/stap-tcl.sh
+++ b/testsuite/systemtap.apps/stap-tcl.sh
@@ -11,6 +11,10 @@ mkdir -p tcl
if [ ! -r tcl$tclrelease-src.tar.gz ] ; then
wget http://sourceforge.net/projects/tcl/files/Tcl/$tclrelease/tcl$tclrelease-src.tar.gz/download
fi
+if [ ! -r tcl$tclrelease-src.tar.gz ] ; then
+ echo FAIL: wget tcl$tclrelease-src.tar.gz
+ exit
+fi
if [ ! -d tcl/src ] ; then
tar -x -z -f tcl$tclrelease-src.tar.gz