Skip to content

Commit 0dd2ef9

Browse files
committed
random script changes picked up from local p6eval modifications on the server
1 parent e94878e commit 0dd2ef9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build-scripts/rebuild-std.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
cd
33
cd std
44
git pull
5-
export PATH=/home/p6eval/perl5/perlbrew/perls/perl-5.12.1/bin:$PATH
5+
# export PATH=/home/p6eval/perl5/perlbrew/perls/perl-5.12.1/bin:$PATH
66
make snap

evalbot.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ package Evalbot;
7070
},
7171
vivpsq => {
7272
chdir => "$home/std/snap",
73-
cmd_line => $^X . ' viv --psq %program >>%out 2>&1',
73+
cmd_line => $^X . ' ./viv --psq %program >>%out 2>&1',
7474
revision => sub { get_revision_from_file("$home/std/snap/revision")},
7575
},
7676
vpr => {
7777
chdir => "$home/std/snap",
78-
cmd_line => $^X . ' viv --psq %program >>%out.f 2>&1 ; cd /home/p6eval/perlesque/trunk/Sprixel/bin/Release ; ' .
78+
cmd_line => $^X . ' ./viv --psq %program >>%out.f 2>&1 ; cd /home/p6eval/perlesque/trunk/Sprixel/bin/Release ; ' .
7979
$^X . 'cat %i | mono -O=-all,cfold perlesque.exe %out.f >> %out 2>&1',
8080
revision => sub { get_revision_from_file("$home/std/snap/revision")},
8181
},

0 commit comments

Comments
 (0)