Skip to content
This repository was archived by the owner on Jun 20, 2019. It is now read-only.

Commit 3c1ad57

Browse files
committed
Call check-gcc first, then check-gcc-d
1 parent ebb963f commit 3c1ad57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

semaphoreci.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,9 @@ alltests() {
119119
testsuite() {
120120
## Run just the compiler testsuite.
121121
cd ${SEMAPHORE_PROJECT_DIR}/build
122-
make -j$(nproc) check-gcc-d
123122

124-
# Other tests that check parts of the compiler.
125123
make check-gcc RUNTESTFLAGS="help.exp"
124+
make -j$(nproc) check-gcc-d
126125

127126
## Print out summaries of testsuite run after finishing.
128127
# Just omit testsuite PASSes from the summary file.

0 commit comments

Comments
 (0)