* gdb.python/python.exp: Don't call skip_python_tests, we still want
authorDoug Evans <xdje42@gmail.com>
Sat, 23 Nov 2013 23:08:28 +0000 (15:08 -0800)
committerDoug Evans <xdje42@gmail.com>
Sat, 23 Nov 2013 23:08:28 +0000 (15:08 -0800)
to test some things in the case where python is not configured in.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/python.exp

index 37537bca473f5e79d04f697325da3f5d96a209f0..ee8dfefb8a04dacf2326d0836f0bd0795da17d3e 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-23  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.python/python.exp: Don't call skip_python_tests, we still want
+       to test some things in the case where python is not configured in.
+
 2013-11-22  Pedro Alves  <palves@redhat.com>
 
        * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
index b0faf9abe3f2622c9abf9cb97656fcb8b03d82af..69ba900c9d7e6da4a8524db5ecc476cf830af0cb 100644 (file)
@@ -30,9 +30,8 @@ gdb_exit
 gdb_start
 gdb_reinitialize_dir $srcdir/$subdir
 
-# Skip all tests if Python scripting is not enabled.
-if { [skip_python_tests] } { continue }
-
+# Do this instead of the skip_python_check.
+# We want to do some tests when Python is not present.
 gdb_test_multiple "python print (23)" "verify python support" {
     -re "not supported.*$gdb_prompt $" {
       unsupported "python support is disabled"
This page took 0.039664 seconds and 4 git commands to generate.