Skip to content

Commit

Permalink
removing tmp dir in redis.jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
DelphianCalamity committed Jul 7, 2024
1 parent 073cb5b commit 0307e67
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
],
"teardown": [
"sudo bash $mountPoint/$experiment_id/$trial_id/scripts/cleanup-workload.sh",
"sudo bash $mountPoint/$experiment_id/$trial_id/scripts/cleanup-app.sh"
// "rm -r /tmp/mlos_bench/"
"sudo bash $mountPoint/$experiment_id/$trial_id/scripts/cleanup-app.sh",
"rm -r /tmp/mlos_bench/"
]
}
},
Expand Down

0 comments on commit 0307e67

Please sign in to comment.