New paste Repaste Download
    def test_cli_no_python():
        match platform.system():
            case "Windows":
                cmd = ["cmd.exe", "/c", "sleep 2"]
            case _:
                cmd = ["bash", "-c", "sleep 2"]
    
        result = austin(*cmd, expect_fail=32)
    
>       assert result.returncode == 32
E       assert 64 == 32
E        +  where 64 = CompletedProcess(args=['src/austin', 'bash', '-c', 'sleep 2'], returncode=64, stdout='', stderr="src/austin: invalid option -- 'c'\nTry `austin --help' or `austin --usage' for more information.\n").returncode
test/functional/test_cli.py:49: AssertionError
Filename: None. Size: 610b. View raw, , hex, or download this file.

This paste expires on 2025-08-13 14:35:44.766061. Pasted through deprecated-web.