Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Makefile.in] s/run/shell/
flussence++ for fossil spotting.
  • Loading branch information
Carl Masak committed Sep 9, 2011
1 parent ac4d97c commit 948ca74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/Makefile.in
Expand Up @@ -388,7 +388,7 @@ rakudo_test_run.tar.gz: testable t/spectest.data
- $(HARNESS_WITH_FUDGE) --tests-from-file=t/spectest.data --archive rakudo_test_run.tar.gz --parrot_revision @revision@

spectest_smolder: rakudo_test_run.tar.gz
./perl6 -e "run qqx[git log -1 --pretty=format:%H].fmt(qq[curl -F architecture=@cpuarch@ -F platform=@osname@ -F revision=%s -F report_file=@rakudo_test_run.tar.gz -F username=parrot-autobot -F password=qa_rocks http://smolder.parrot.org/app/projects/process_add_report/5])"
./perl6 -e "shell qqx[git log -1 --pretty=format:%H].fmt(qq[curl -F architecture=@cpuarch@ -F platform=@osname@ -F revision=%s -F report_file=@rakudo_test_run.tar.gz -F username=parrot-autobot -F password=qa_rocks http://smolder.parrot.org/app/projects/process_add_report/5])"

testable : all spectest_checkout spectest_update

Expand Down

0 comments on commit 948ca74

Please sign in to comment.