Skip to content

Commit

Permalink
Can run lava.sh on my other laptop
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano committed Oct 15, 2024
1 parent e9f15fb commit 32cc83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lava.sh
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ if [ $taint -eq 1 ]; then
lf="$logs/bug_mining-$i.log"
truncate "$lf"
progress "everything" 1 "PANDA taint analysis prospective bug mining -- input $input -- logging to $lf"
run_remote "$buildhost" "$python $scripts/bug_mining.py $hostjson $project_name $input $curtail" "$lf"
run_remote "$buildhost" "$python \"$scripts/bug_mining.py\" \"$hostjson\" $project_name $input $curtail" "$lf"
echo -n "Num Bugs in db: "
bug_count=$(run_remote "$buildhost" "psql -At $db -U $pguser -h $dbhost -c 'select count(*) from bug'")
if [ "$bug_count" = "0" ]; then
Expand Down

0 comments on commit 32cc83f

Please sign in to comment.