mirror of
https://github.com/hohn/codeql-workshop-dataflow-c.git
synced 2025-12-16 18:43:03 +01:00
For now we don't have test 6
This commit is contained in:
@@ -17,7 +17,7 @@ target_dirs=(
|
|||||||
|
|
||||||
for dir in "${target_dirs[@]}"; do
|
for dir in "${target_dirs[@]}"; do
|
||||||
# copy test-part1.c to the Exercise1-Exercise6 directories
|
# copy test-part1.c to the Exercise1-Exercise6 directories
|
||||||
for i in {1..6}; do
|
for i in {1..5}; do
|
||||||
cp $SRCDIR/test_part1.c $dir/Exercise$i/test.c
|
cp $SRCDIR/test_part1.c $dir/Exercise$i/test.c
|
||||||
done
|
done
|
||||||
# copy test-part2.c to the Exercise7-Exercise11 directories
|
# copy test-part2.c to the Exercise7-Exercise11 directories
|
||||||
@@ -30,4 +30,4 @@ for dir in "${target_dirs[@]}"; do
|
|||||||
# done
|
# done
|
||||||
done
|
done
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user