Changeset 7251
- Timestamp:
- 10/04/05 10:11:49 (3 years ago)
- Files:
-
- 2 modified
-
lib/pugs/hack.pod (modified) (1 diff)
-
util/run-smoke.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lib/pugs/hack.pod
r7242 r7251 19 19 $ make smoke # generates a smoke.html 20 20 # Optionally, submit your smoke report to the public smokeserver: 21 $ ./util/smokeserv/smokeserv-client.pl smoke.html21 $ perl util/smokeserv/smokeserv-client.pl smoke.html 22 22 23 23 =head1 DESCRIPTION -
util/run-smoke.pl
r7241 r7251 57 57 *** All done! Smoke matrix saved as '$html_location'. 58 58 You may want to submit the report to the public smokeserver: 59 \$ ./util/smokeserv/smokeserv-client.pl $html_location 59 60 perl util/smokeserv/smokeserv-client.pl $html_location 60 61 EOF 61 62
