Skip to content

Commit

Permalink
Move log files
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmech committed Mar 15, 2024
1 parent 63cc8f0 commit 4302054
Show file tree
Hide file tree
Showing 30 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion russell_ode/zscripts/compare-test-results.bash
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sum=""

for test in $TESTS; do
temporary="/tmp/${test/test_/russell_}.txt"
correct="data/${test/test_/russell_}.txt"
correct="data/logs/${test/test_/russell_}.txt"

if [ "${SAVE_DATA}" = "1" ]; then
temporary=$correct
Expand Down

0 comments on commit 4302054

Please sign in to comment.