diff --git a/IDAWin/tests/smoke/smoke.sh b/IDAWin/tests/smoke/smoke.sh index 76f36d2f..f3c44e73 100755 --- a/IDAWin/tests/smoke/smoke.sh +++ b/IDAWin/tests/smoke/smoke.sh @@ -25,8 +25,8 @@ if [ ! -f "$EXPECTED_OUTPUT" ]; then fi -command="$EXE $INPUT $OUTPUT -tid 0" -echo $command +command="$EXE $INPUT $OUTPUT" +echo "$command" if ! $command; then echo "SundialsSolverStandalone_x64 failed to run. Exiting..." exit 1