Skip to content

Commit

Permalink
try to fix parrot revision reporting for smolder submissions. lumi++
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Mar 20, 2012
1 parent d76065e commit 704a215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/Makefile.in
Expand Up @@ -426,7 +426,7 @@ spectest_update :
-cd t/spec && git pull

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@
- $(HARNESS_WITH_FUDGE) --tests-from-file=t/spectest.data --archive rakudo_test_run.tar.gz --parrot_revision @git_describe@

spectest_smolder: rakudo_test_run.tar.gz
./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])"
Expand Down

0 comments on commit 704a215

Please sign in to comment.