aboutsummaryrefslogtreecommitdiff
path: root/tools/tool.sh
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-10-10 14:30:39 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-10-10 14:30:39 +0200
commitf8d247c53c3c3bd94fed645b5b47a9096cadc123 (patch)
tree7a62cc7322ea8175a7df9b655d4a9d5e026a004a /tools/tool.sh
parent2e93de4ad102973961cb24d5b91f0c299763299f (diff)
downloadnissy-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-xtools/tool.sh3
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'
29echo "" 29echo ""
30echo "======== config.mk ========" 30echo "======== config.mk ========"
31cat config.mk 31cat config.mk
32echo "==========================="
33echo "" 32echo ""
34echo "=== tool configuration ====" 33echo "=== tool configuration ===="
35echo "TOOL=$toolname" 34echo "TOOL=$toolname"
36echo "TOOLARGS=$TOOLARGS" 35echo "TOOLARGS=$TOOLARGS"
37echo "CC=$CC" 36echo "CC=$CC"
38echo "==========================="
39echo "" 37echo ""
40echo "======= tool output =======" 38echo "======= tool output ======="
41$BIN $TOOLARGS 39$BIN $TOOLARGS
42echo "==========================="
43) | tee "$file" "$LAST" 40) | tee "$file" "$LAST"

Generated with cgit - Back to sebastiano.tronto.net