Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
fix target smolder on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Oct 25, 2009
1 parent 21c7436 commit 4f842b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config/makefiles/root.in
Expand Up @@ -384,21 +384,21 @@ staging : build
# && prove -f --exec="$(PARROT) ../../../lua.pbc" --jobs 1 *.t lib//*.t
spectest : install
cd t && cd lua-TestMore && cd test_lua51 \
&& prove -f --exec=parrot-lua@exe@ --jobs 1 *.t lib//*.t
&& prove -f --exec=parrot-lua --jobs 1 *.t lib//*.t

#smolder : staging
# -cd t && cd lua-TestMore && cd test_lua51 \
# && prove -f --archive=test_lua51.tar.gz --exec="$(PARROT) ../../../lua.pbc" --jobs 1 *.t
smolder : install
-cd t && cd lua-TestMore && cd test_lua51 \
&& prove -f --archive=test_lua51.tar.gz --exec=parrot-lua@exe@ --jobs 1 *.t
&& prove -f --archive=test_lua51.tar.gz --exec=parrot-lua --jobs 1 *.t
curl -F architecture=@cpuarch@ \
-F platform=@osname@ \
-F revision=@revision@ \
-F tags="@osname@, @archname@, parrot-lua, Lua 5.1 (on Parrot)" \
-F comments=parrot-lua \
-F report_file=@t//lua-TestMore//test_lua51//test_lua51.tar.gz \
http:////smolder.plusthree.com/app/public_projects/process_add_report/12
http:////smolder.plusthree.com//app//public_projects//process_add_report//12

codetest: codetest-c codetest-make codetest-perl codetest-pir codetest-pod

Expand Down
2 changes: 1 addition & 1 deletion t/lua-TestMore
Submodule lua-TestMore updated from db3e1c to e966af

0 comments on commit 4f842b3

Please sign in to comment.