]> granicus.if.org Git - fortune-mod/commitdiff
appveyor fix 11: fix debug code
authorShlomi Fish <shlomif@shlomifish.org>
Sun, 19 Jan 2020 17:56:31 +0000 (19:56 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Sun, 19 Jan 2020 17:56:31 +0000 (19:56 +0200)
fortune-mod/tests/fortune-m-test.py

index eb8c18376b19f74fc5b4604c3be908c7df4542f9..7964cdb1e888684bedb89e5ed0f76ee045c44d8d 100644 (file)
@@ -10,4 +10,4 @@ exe = glob.glob(join(inst_dir, "games", "fortune")+'*')[0]
 # subprocess.call(["objdump", "-p", exe])
 rc = subprocess.call(
     [exe, "-m", "giants"],
-    stdout=subprocess.STDOUT, stderr=subprocess.STDOUT, )
+)