Skip to content

Commit

Permalink
ci: print expected exit msg
Browse files Browse the repository at this point in the history
  • Loading branch information
jovanbulck committed Jan 2, 2025
1 parent 5a85f2b commit 88202b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions asm/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ int main()
int one = enter_foo(1);
printf("foo(0)=%#x; foo(1)=%#x\n", null, one);

pr_info("all done!");
EXIT();
FINISH();
}
3 changes: 1 addition & 2 deletions auth-exec/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,5 @@ int main()
puts("[untrusted] calling ping SM..");
enter_ping();

puts("[untrusted] exiting..");
EXIT();
FINISH();
}

0 comments on commit 88202b2

Please sign in to comment.