From 53e55e318330b6e91e98889691911adfa1f052df Mon Sep 17 00:00:00 2001 From: Akuli Date: Thu, 9 Jan 2025 01:48:29 +0200 Subject: [PATCH] tell me why this dont work --- runtests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtests.sh b/runtests.sh index c67f1f63..66d3492a 100755 --- a/runtests.sh +++ b/runtests.sh @@ -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 @@ -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