texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/tp/tests long_tests.sh


From: Patrice Dumas
Subject: texinfo/tp/tests long_tests.sh
Date: Tue, 13 Nov 2012 20:13:47 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/11/13 20:13:47

Modified files:
        tp/tests       : long_tests.sh 

Log message:
        Add a missing 'test' after the &&.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/long_tests.sh?cvsroot=texinfo&r1=1.7&r2=1.8

Patches:
Index: long_tests.sh
===================================================================
RCS file: /sources/texinfo/texinfo/tp/tests/long_tests.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- long_tests.sh       13 Nov 2012 18:30:38 -0000      1.7
+++ long_tests.sh       13 Nov 2012 20:13:47 -0000      1.8
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $Id: long_tests.sh,v 1.7 2012/11/13 18:30:38 karl Exp $
+# $Id: long_tests.sh,v 1.8 2012/11/13 20:13:47 pertusus Exp $
 # Copyright 2010, 2012 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
@@ -10,7 +10,7 @@
   srcdir=.
 fi
 
-if test "z$LONG_TESTS" != z'yes' && "z$ALL_TESTS" != z'yes'; then
+if test "z$LONG_TESTS" != z'yes' && test "z$ALL_TESTS" != z'yes'; then
   echo "Skipping long tests that take a lot of time to run"
   exit 77
 fi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]