##// END OF EJS Templates
pager: account for flakiness in Windows output...
pager: account for flakiness in Windows output This test case is cursed and probably not worth losing more time over. This makes apparent what the intended behavior is while still removing the flakiness from the CI. Differential Revision: https://phab.mercurial-scm.org/D11257

File last commit:

r2341:dbbe7f72 default
r48608:89f64fd1 stable
Show More
Makefile
13 lines | 160 B | text/x-makefile | MakefileLexer
Vadim Gelfer
contrib: add restricted shell.
r2341 CC := gcc
CFLAGS := -g -O2 -Wall -Werror
prefix ?= /usr/bin
hgsh: hgsh.o
$(CC) -o $@ $<
install: hgsh
install -m755 hgsh $(prefix)
clean:
rm -f *.o hgsh