Skip to content

Commit 4e47f7c

Browse files
committed
update script
1 parent c78d722 commit 4e47f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/scripts/ptc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ shopt -s globstar
99
echo "DON'T PUSH ANY OF THESE CHANGES TO THE REPO!!!!!!!!"
1010
echo "if you push these changes, I'll slap your butt"
1111

12+
make compile_commented_snippets || exit 1
13+
1214
# remove some files not suitable for PDF:
1315
rm ../library/data_structures/bit_uncommon/rupq.hpp || exit 1
1416
rm ../library/data_structures/bit_uncommon/rurq.hpp || exit 1
@@ -56,8 +58,6 @@ cat ../library/**/*.hpp |
5658
echo "check no multiline comments. Generating hashes of file-prefixes requires this."
5759
grep --extended-regexp "\/\*" --recursive ../library/**/*.hpp && exit 1
5860

59-
make compile_commented_snippets || exit 1
60-
6161
# remove #pragma once
6262
sed --in-place '/^#pragma once$/d' ../library/**/*.hpp
6363
# remove NOLINTNEXTLINE comments

0 commit comments

Comments
 (0)