You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and only a small subset of the tests actually run. Backing things out to before 87fd77f and the full set of tests run as normal
The text was updated successfully, but these errors were encountered:
deater
changed the title
run_tests.sh broken with commit 95ef27b9b95fa9e1f3d520703337b1bf2f7453d2
run_tests.sh broken with commit 87fd77f0d844fecfb6274477b563d43dab6ec334
Jan 8, 2025
it looks like the updated script runs fine using "bash" as the shell, but Debian by default /bin/sh is "dash". So I guess the fix here is either change run_tests.sh to start with "#!/bin/bash" or else fix the recent changes to run_tests.sh to be strictly "sh" compatible
Hello Vince, I am able to recreate the unexpected operator errors on a machine running Debian 12. I do as well notice that the "Running Tests" section is completely skipped. I will look into it a bit more.
On a Debian Linux machine running current PAPI git ./run_tests.sh gives multiple errors of the type
./run_tests.sh: 142: [: true: unexpected operator
./run_tests.sh: 258: [: xperf_event: unexpected operator
etc
and only a small subset of the tests actually run. Backing things out to before 87fd77f and the full set of tests run as normal
The text was updated successfully, but these errors were encountered: