Do not complain if gasp does not exist.
authorNick Clifton <nickc@redhat.com>
Fri, 22 Feb 2002 11:37:41 +0000 (11:37 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 22 Feb 2002 11:37:41 +0000 (11:37 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gasp/gasp.exp

index bdb6dbffc35f5a91b3c087e4821160f60e9ca85e..f898ea6cefa0cb24e0574e10701aa6af967b7539 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-22  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * gasp/gasp.exp: If gasp does not exist, do not complain, just
+       exit silently.
+
 2002-02-20  Tom Rix  <trix@redhat.com>
 
        * gas/ppc/ppc.exp: Add xcoff booke tests.
index 2a72a6d35912fbacf94b4621b486b928baa48c8d..c1f6dc93e269bec1e0a697a24375feee6ce1172c 100644 (file)
@@ -1,5 +1,12 @@
 # Test gasp.
 
+# GASP is now deprecared (and not built by default)
+# so if it does not exit, do not test it.
+global GASP
+if {![info exists GASP] || ! [file exists $GASP] } then {
+    return 1
+}
+
 proc gasp_test { filename testname opt }  {
     global GASP
     global srcdir
This page took 0.027521 seconds and 4 git commands to generate.