We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16db0b3 commit ec048f5Copy full SHA for ec048f5
.github/scripts/tests_run.sh
@@ -10,7 +10,7 @@ function run_test() {
10
11
if [[ -f "$sketchdir/.skip.$platform" ]]; then
12
echo "Skipping $sketchname test for $target, platform: $platform"
13
- skipfile= "$sketchdir/.test_skipped"
+ skipfile="$sketchdir/.test_skipped"
14
touch $skipfile
15
exit 0
16
fi
0 commit comments