Author: sebor
Date: Fri Jul  7 14:41:36 2006
New Revision: 419995

URL: http://svn.apache.org/viewvc?rev=419995&view=rev
Log:
2006-07-07  Andrew Black  <[EMAIL PROTECTED]>

        STDCXX-254
        * GNUmakefile.tst (RUNFLAGS): Added --compat to make tests
        produce output understandable by the runall.sh script.
        * runall.sh: Moved XOPTS in front of any other command line
        options passed to executables (tests, examples, or locale
        scripts).

Modified:
    incubator/stdcxx/trunk/etc/config/GNUmakefile.tst
    incubator/stdcxx/trunk/etc/config/runall.sh

Modified: incubator/stdcxx/trunk/etc/config/GNUmakefile.tst
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/GNUmakefile.tst?rev=419995&r1=419994&r2=419995&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/GNUmakefile.tst (original)
+++ incubator/stdcxx/trunk/etc/config/GNUmakefile.tst Fri Jul  7 14:41:36 2006
@@ -67,7 +67,7 @@
 # add to targets objects for any sources in the current working directory
 TARGET += $(patsubst %.cpp,%.o,$(wildcard *.cpp))
 
-RUNFLAGS += -X "-C $(CXX)-$(CCVER)" 
+RUNFLAGS += -X "--compat -C $(CXX)-$(CCVER)" 
 
 ##############################################################################
 #  TARGETS

Modified: incubator/stdcxx/trunk/etc/config/runall.sh
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/runall.sh?rev=419995&r1=419994&r2=419995&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/runall.sh (original)
+++ incubator/stdcxx/trunk/etc/config/runall.sh Fri Jul  7 14:41:36 2006
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $Id: //stdlib/dev/etc/stdlib/config/runall.sh#36 $
+# $Id$
 #
 ##############################################################################
 #
@@ -520,7 +520,7 @@
             # run test in the background, redirect I/O to a file
             # stderr redirected to /dev/null to prevent compilation
             # warnings in "script" mode from causing false errors
-            $i -O $output -L $alrm -M "`uname -a`" $XOPTS \
+            $i $XOPTS -O $output -L $alrm -M "`uname -a`" \
                > $output < $input 2>/dev/null &
 
             # get the background process' pid


Reply via email to