dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[Dotgnu-pnet-commits] CVS: pnetlib/tools run_test.sh.in,1.3,1.4


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/tools run_test.sh.in,1.3,1.4
Date: Wed, 06 Nov 2002 02:53:28 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/tools
In directory subversions:/tmp/cvs-serv30626/tools

Modified Files:
        run_test.sh.in 
Log Message:


Make it possible to run the test suite within the build tree.


Index: run_test.sh.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/tools/run_test.sh.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** run_test.sh.in      17 Sep 2002 22:40:25 -0000      1.3
--- run_test.sh.in      6 Nov 2002 07:53:26 -0000       1.4
***************
*** 21,27 ****
  # Get the incoming configuration variables.
  ILRUN="@ILRUN@"
- ILRUN_FLAGS="@ILRUN_FLAGS@"
  CSUNIT="@CSUNIT@"
  
  # Run the test.
! exec "$ILRUN" $ILRUN_FLAGS "$CSUNIT" $*
--- 21,35 ----
  # Get the incoming configuration variables.
  ILRUN="@ILRUN@"
  CSUNIT="@CSUNIT@"
  
+ # Get the top-most build directory, so that we can add the right
+ # paths to the "ilrun" command-line.
+ TOP_BUILDDIR="$1"
+ shift
+ 
  # Run the test.
! exec "$ILRUN" -L"$TOP_BUILDDIR"/runtime \
!       -L"$TOP_BUILDDIR"/I18N \
!       -L"$TOP_BUILDDIR"/System \
!       -L"$TOP_BUILDDIR"/System.Xml \
!       "$CSUNIT" $*





reply via email to

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