Skip to content
Snippets Groups Projects
Commit 7bdf20d1 authored by Raymond Toy's avatar Raymond Toy
Browse files

Use correct path to the snapshot build

parent 745ad37b
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,6 @@ test: ...@@ -11,6 +11,6 @@ test:
- echo $SHELL - echo $SHELL
- PS1='\w \$ ' - PS1='\w \$ '
- type -all time - type -all time
- bin/build.sh -B boot-2017-04-1 -C "" -o ../snapshot/bin/lisp - bin/build.sh -B boot-2017-04-1 -C "" -o ./snapshot/bin/lisp
- bin/make-dist.sh -I dist-linux linux-4 - bin/make-dist.sh -I dist-linux linux-4
- bin/run-tests.sh -l dist-linux/bin/lisp - bin/run-tests.sh -l dist-linux/bin/lisp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment