Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
oshaked1 committed Dec 2, 2024
1 parent ab7e138 commit c8de2ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exit_err() {

prog=sys_src_tester
dir=tests/e2e-inst-signatures/scripts
gcc $dir/$prog.c -o $dir/$prog -z execstack || exit_err "could not compile $prog.c"
gcc $dir/$prog.c -pthread -o $dir/$prog -z execstack || exit_err "could not compile $prog.c"
./$dir/$prog stack 2>&1 > /tmp/$prog.log || exit_err "could not run $prog"
./$dir/$prog heap 2>&1 > /tmp/$prog.log || exit_err "could not run $prog"
./$dir/$prog mmap 2>&1 > /tmp/$prog.log || exit_err "could not run $prog"
Expand Down

0 comments on commit c8de2ac

Please sign in to comment.