Home | History | Annotate | Download | only in real_time_tests
      1 diff -Nurp realtime/scripts/setenv.sh src/scripts/setenv.sh
      2 --- realtime/scripts/setenv.sh	2008-06-10 11:48:10.000000000 +0530
      3 +++ src/scripts/setenv.sh	2008-06-23 13:49:59.000000000 +0530
      4 @@ -6,7 +6,7 @@
      5  #
      6  #export TESTS_DIR=$(readlink -f $SCRIPTS_DIR/..)
      7 
      8 -TESTSUITE_NAME=testcases/realtime
      9 +TESTSUITE_NAME=src
     10  if [ -z "$PARENT" ]; then
     11      PARENT=${PWD%/$TESTSUITE_NAME*}
     12  fi
     13