Skip to content

Commit

Permalink
Don't require backticks for smolder submissions
Browse files Browse the repository at this point in the history
Contains code from flussence++

Signed-off-by: Moritz Lenz <moritz@faui2k3.org>
  • Loading branch information
ronaldxs authored and moritz committed Oct 2, 2010
1 parent 8827d07 commit d2e8634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile.in
Expand Up @@ -442,7 +442,7 @@ rakudo_test_run.tar.gz: testable t/spectest.data
- $(HARNESS_WITH_FUDGE_JOBS) --tests-from-file=t/spectest.data --archive rakudo_test_run.tar.gz --parrot_revision @revision@

spectest_smolder: rakudo_test_run.tar.gz
curl -F architecture=@cpuarch@ -F platform=@osname@ -F revision=`git log -1 --pretty=format:%H` -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 "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])"

testable : all spectest_checkout spectest_update

Expand Down

0 comments on commit d2e8634

Please sign in to comment.