From: Maxin B. John <maxin.j...@enea.com>

remove "set -x" in the shell script and provide the description
of testcases while running tests.

Signed-off-by: Maxin B. John <maxin.j...@enea.com>
---
 testcases/open_posix_testsuite/bin/run-posix-option-group-test.sh | 1 -
 testcases/open_posix_testsuite/bin/run-tests.sh                   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/testcases/open_posix_testsuite/bin/run-posix-option-group-test.sh 
b/testcases/open_posix_testsuite/bin/run-posix-option-group-test.sh
index 17f6e49..0477bd7 100755
--- a/testcases/open_posix_testsuite/bin/run-posix-option-group-test.sh
+++ b/testcases/open_posix_testsuite/bin/run-posix-option-group-test.sh
@@ -22,7 +22,6 @@ EOF
 
 run_option_group_tests()
 {
-       set -x
        for test_script in $(find $1 -name run.sh); do
                (cd "$(dirname "$test_script")" && ./$(basename "$test_script"))
        done
diff --git a/testcases/open_posix_testsuite/bin/run-tests.sh 
b/testcases/open_posix_testsuite/bin/run-tests.sh
index 6737f83..12c6fc1 100755
--- a/testcases/open_posix_testsuite/bin/run-tests.sh
+++ b/testcases/open_posix_testsuite/bin/run-tests.sh
@@ -29,7 +29,7 @@ run_test_loop() {
 
        cat <<EOF
 *******************
-SUMMARY
+Testing $*
 *******************
 $(printf "PASS\t\t%3d" $NUM_PASS)
 $(printf "FAIL\t\t%3d" $NUM_FAIL)
-- 
1.9.3


------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to