shadowm

Untitled

Nov 8th, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. for p in CAMPAIGN_AFTER_THE_STORM_EPISODE_I CAMPAIGN_AFTER_THE_STORM_EPISODE_II CAMPAIGN_AFTER_THE_STORM_EPISODE_III; do for d in EASY NORMAL HARD; do \
  2. echo " TEST $p -> $d"; \
  3. wesnoth-1.12 -p /home/shadowm/src/projects/After_the_Storm .preprocessor.out --preprocess-defines __TEST_SUITE__,CAMPAIGN_AFTER_THE_STORM,$d,$p 2>&1 | tail -n +5 ; \
  4. rm -rf .preprocessor.out; \
  5. done; done
Advertisement
Add Comment
Please, Sign In to add comment