Skip to content

Commit

Permalink
Merge pull request #61 from imobachgs/bsc-922333
Browse files Browse the repository at this point in the history
Prevent problems with dejagnu 1.6
  • Loading branch information
imobachgs committed Aug 5, 2016
2 parents 41cbc82 + 0a662db commit f46d7e2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-dns-server.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 5 09:39:32 UTC 2016 - igonzalezsosa@suse.com

- Prevent failures with dejagnu-1.6 (bsc#992333).
- 3.1.24

-------------------------------------------------------------------
Thu Aug 4 11:53:40 UTC 2016 - igonzalezsosa@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-dns-server.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-dns-server
Version: 3.1.23
Version: 3.1.24
Release: 0
Url: https://github.com/yast/yast-dns-server

Expand Down
5 changes: 4 additions & 1 deletion testsuite/lib/yast2_ag.exp
Expand Up @@ -8,7 +8,10 @@
proc run_ag_tests { agent_basename } {
global srcdir

set test_cases [lsort [glob $srcdir/tests.ag/*.ycp]]
if [catch {set test_cases [lsort [glob $srcdir/tests.ag/*.ycp]]}] {
puts "\nNo test cases found\n"
return 0
}

foreach test_case $test_cases {
run_case $test_case $agent_basename
Expand Down

0 comments on commit f46d7e2

Please sign in to comment.