For now we don't have test 6

This commit is contained in:
Mauro Baluda
2023-04-17 18:00:29 +02:00
committed by GitHub
parent 3d798ad872
commit e916fa00ee

View File

@@ -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