Update test.sh file to clone the repo via HTTP
This commit is contained in:
parent
e66af80187
commit
3edaa6041b
2
test.sh
2
test.sh
@ -2,7 +2,7 @@ echo "Trying to compile the program..."
|
||||
make -C src
|
||||
|
||||
echo "Fetching the test suite..."
|
||||
git clone git@gitlab.doc.ic.ac.uk:teaching-fellows/armv8_testsuite.git
|
||||
git clone https://gitlab.doc.ic.ac.uk/teaching-fellows/armv8_testsuite
|
||||
mkdir armv8_testsuite/solution
|
||||
cp -r src/. ./armv8_testsuite/solution
|
||||
cd armv8_testsuite
|
||||
|
||||
Loading…
Reference in New Issue
Block a user