Skip to content

Commit 219e895

Browse files
committed
Improve testing setup
Signed-off-by: Beat Buesser <[email protected]>
1 parent 40c178a commit 219e895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ else
178178
if [[ $? -ne 0 ]]; then exit_code=1; echo "Failed $test"; fi
179179
}
180180

181-
tests="$legacy_module[@]"
181+
tests="${legacy_module[@]}"
182182
for test in "${!tests}"; do
183183
run_test ${test}
184184
done

0 commit comments

Comments
 (0)