Skip to content

Commit

Permalink
add testdir_0xdata_only
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Normoyle committed Oct 19, 2014
1 parent ffe56f9 commit c3ba0b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions py/make_n0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ cd testdir_single_jvm
ls -1 test*py > n0
sed -i 's!^!./n0.doit !' n0
sed -i 's!$! $*!' n0
sed -i 's!\(.*cloud.*\)!# \1!' ./n0
sed -i 's!\(.*with_a_browser.*\)!# \1!' ./n0

cd ../testdir_multi_jvm
Expand All @@ -19,5 +20,12 @@ sed -i 's!$! $*!' n0
sed -i 's!\(.*cloud.*\)!# \1!' ./n0
sed -i 's!\(.*with_a_browser.*\)!# \1!' ./n0

cd ../testdir_0xdata_only
ls -1 test*py > n0
sed -i 's!^!./n0.doit !' n0
sed -i 's!$! $*!' n0
sed -i 's!\(.*cloud.*\)!# \1!' ./n0
sed -i 's!\(.*with_a_browser.*\)!# \1!' ./n0

cp ../testdir_multi_jvm/n0 n1
sed -i 's!n0!n1!' ./n1

0 comments on commit c3ba0b2

Please sign in to comment.