Skip to content

Commit

Permalink
tell me why this dont work
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 8, 2025
1 parent 9f641b2 commit 53e55e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ function run_test()
fi
else
if [[ "$OS" =~ Windows ]]; then
command="bootstrap/stage$stage.exe"
command="stage$stage.exe"
else
command="bootstrap/stage$stage"
command="stage$stage"
fi
fi

Expand Down Expand Up @@ -272,7 +272,7 @@ function run_test()
if $DIFF --text -u $diff_color <(
generate_expected_output $joufile $correct_exit_code | tr -d '\r'
) <(
export PATH="$PWD:$PATH"
export PATH="$PWD:$PWD/bootstrap:$PWD\bootstrap:$PATH"
if [ $valgrind = no ]; then
ulimit -v 500000 2>/dev/null
fi
Expand Down

0 comments on commit 53e55e3

Please sign in to comment.