Skip to content

Commit cfa8056

Browse files
committed
Default 'make test' only does lightweight tests, not heavy testing that will fail on Github CI.
1 parent 46b931e commit cfa8056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test: testpappl
5050
$(RM) -r testpappl.output
5151
$(MKDIR) testpappl.output
5252
./testhttpmon 2>test.log
53-
./testpappl -c -l testpappl.log -L debug -o testpappl.output -t api,client,pwg-raster,client-10x1000 2>test.log
53+
./testpappl -c -l testpappl.log -L debug -o testpappl.output -t api,client,pwg-raster 2>test.log
5454

5555

5656
# HTTP monitor unit test

0 commit comments

Comments
 (0)