diff options
Diffstat (limited to 'gdb/testsuite/gdb.chill/tests2.exp')
-rw-r--r-- | gdb/testsuite/gdb.chill/tests2.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.chill/tests2.exp b/gdb/testsuite/gdb.chill/tests2.exp index 8daa743..38260f1 100644 --- a/gdb/testsuite/gdb.chill/tests2.exp +++ b/gdb/testsuite/gdb.chill/tests2.exp @@ -21,6 +21,8 @@ if $tracelevel then { strace $tracelevel } +if [skip_chill_tests] then { continue } + set prms_id 0 set bug_id 0 |