Skip to content

Commit

Permalink
unzip and run madcow acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dawogfather committed Apr 24, 2017
1 parent 5cb8ed2 commit e82f6e8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions unzipAndRunMadcow.sh
@@ -0,0 +1,14 @@
#!/usr/bin/env bash
pushd madcow-project/build/distributions
unzip -o madcow-2.0-SNAPSHOT-install.zip -d madcow-2.0-SNAPSHOT-install
pushd madcow-2.0-SNAPSHOT-install
#for dir in ../../../src/acceptance-test
#do
# dir=${dir%*/}
# #echo "${dir#*}"
# sh runMadcow.sh -s ../${dir#*/}/tests
#done
sh runMadcow.sh -s ../../../src/acceptance-test/tests
#popd
#popd

0 comments on commit e82f6e8

Please sign in to comment.