We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320ea5f commit 127d0c8Copy full SHA for 127d0c8
scripts/test.sh
@@ -78,7 +78,7 @@ main() {
78
# check if first line of test file contains 'source-test'
79
use_source_test=$(awk 'FNR==1{ if ($0~"source-test") print "yes" }' $i)
80
if [[ $use_source_test == "yes" ]]
81
- then test_source_framework $s $i $chap $variant
+ then chap=4 ; test_source_framework $s $i $chap $variant
82
else test_source $s $i $chap $variant
83
fi
84
done
0 commit comments