-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove debugging notices * add general (and simpler) fix to macro problem * removed redundant code * used expansion line and cols * removed more debugging statements
- Loading branch information
1 parent
d443bfc
commit 3d182d9
Showing
3 changed files
with
8 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#!/bin/bash | ||
FILE=/experiment/src/Modules/posixmodule.c | ||
docker build -t squareslab/kaskara . \ | ||
&& docker create --name kaskara squareslab/kaskara \ | ||
&& docker run --volumes-from kaskara --rm -it squareslab/manybugs:python-69223-69224 \ | ||
/opt/kaskara/scripts/kaskara-loop-finder /experiment/src/Modules/binascii.c | ||
/opt/kaskara/scripts/kaskara-loop-finder ${FILE} | ||
docker rm -f kaskara |