I’m stuck on the stage #IP1. The test fails with
[tester::#IP1] Expected: "Arg #0 (program name): custom_exe_8174"
[tester::#IP1] Received: "Arg #0 (program name): /tmp/bar/custom_exe_8174"
[your-program] Arg #1: Maria
[your-program] Program Signature: 3643218523
[your-program] $
[tester::#IP1] Assertion failed.
Could you please help me to find the issue ?
andy1li
4
Hey @callmestech, our updated test now expects your code to execute the command using only the program name instead of the full path:
You can resolve this by passing cmd
directly into StdCommand::new
:
Thank you so much! It worked
1 Like
system
Closed
7
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.