diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-10 14:30:39 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-10 14:30:39 +0200 |
| commit | f8d247c53c3c3bd94fed645b5b47a9096cadc123 (patch) | |
| tree | 7a62cc7322ea8175a7df9b655d4a9d5e026a004a /tools/tool.sh | |
| parent | 2e93de4ad102973961cb24d5b91f0c299763299f (diff) | |
| download | nissy-core-f8d247c53c3c3bd94fed645b5b47a9096cadc123.tar.gz nissy-core-f8d247c53c3c3bd94fed645b5b47a9096cadc123.zip | |
Removed "options" from solver selection
Now the solver name fully determines the solver (and options)
to be used. For example, now one must specify "h48h0k4" as the
name of the solver.
This PR also fixes a couple of things in tools.
Diffstat (limited to 'tools/tool.sh')
| -rwxr-xr-x | tools/tool.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/tool.sh b/tools/tool.sh index 23d781d..aea203f 100755 --- a/tools/tool.sh +++ b/tools/tool.sh | |||
| @@ -29,15 +29,12 @@ date +'%Y-%m-%d %H:%M' | |||
| 29 | echo "" | 29 | echo "" |
| 30 | echo "======== config.mk ========" | 30 | echo "======== config.mk ========" |
| 31 | cat config.mk | 31 | cat config.mk |
| 32 | echo "===========================" | ||
| 33 | echo "" | 32 | echo "" |
| 34 | echo "=== tool configuration ====" | 33 | echo "=== tool configuration ====" |
| 35 | echo "TOOL=$toolname" | 34 | echo "TOOL=$toolname" |
| 36 | echo "TOOLARGS=$TOOLARGS" | 35 | echo "TOOLARGS=$TOOLARGS" |
| 37 | echo "CC=$CC" | 36 | echo "CC=$CC" |
| 38 | echo "===========================" | ||
| 39 | echo "" | 37 | echo "" |
| 40 | echo "======= tool output =======" | 38 | echo "======= tool output =======" |
| 41 | $BIN $TOOLARGS | 39 | $BIN $TOOLARGS |
| 42 | echo "===========================" | ||
| 43 | ) | tee "$file" "$LAST" | 40 | ) | tee "$file" "$LAST" |
