Skip to content

Commit

Permalink
FIX: test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacarte committed Jul 19, 2023
1 parent c852d3c commit 52c699d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion host_based/tracer/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ pin-*
pin.bin
obj-*
*tracer.so
pin
pin
pin.log
2 changes: 1 addition & 1 deletion host_based/tracer/pintool/test.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
./pin/pin -t obj-intel64/tracer.so -o instructions.txt -c 1 -i 1 -m 0 -b 0 -- ../../target/release/tracer ../tests/wasms/wb_challenge.wasm 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f || echo "Tracer failed" && exit 1
./pin/pin -t obj-intel64/tracer.so -o instructions.txt -c 1 -i 1 -m 0 -b 0 -- ../target/release/tracer ../tests/wasms/wb_challenge.wasm 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f || echo "Tracer failed" && exit 1

0 comments on commit 52c699d

Please sign in to comment.