Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/regression
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ function run_test_basic() {
local cmd

# if the test is a script, only run it in native/c mode
if [[ $mode != "c" && $(echo "$2" | grep -q '.sh$') -eq 0 ]]; then
if [[ $mode != "c" && "$2" == *.sh ]]; then
print_result "$1" "SKIPPED" "(only valid in native/c mode)"
stats_skipped=$(($stats_skipped+1))
return
Expand Down