Skip to content

Commit 127d0c8

Browse files
committed
set chapter to 4 for source-test
1 parent 320ea5f commit 127d0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ main() {
7878
# check if first line of test file contains 'source-test'
7979
use_source_test=$(awk 'FNR==1{ if ($0~"source-test") print "yes" }' $i)
8080
if [[ $use_source_test == "yes" ]]
81-
then test_source_framework $s $i $chap $variant
81+
then chap=4 ; test_source_framework $s $i $chap $variant
8282
else test_source $s $i $chap $variant
8383
fi
8484
done

0 commit comments

Comments
 (0)