|
@@ -1,14 +1,13 @@
|
|
#!/bin/bash
|
|
#!/bin/bash
|
|
|
|
|
|
-echo "WARN: Weber is not working"
|
|
|
|
-return 1
|
|
|
|
-#fw_exists weber
|
|
|
|
-#[ $? -ne 0 ] || { return 0; }
|
|
|
|
|
|
+#echo "WARN: Weber is not working"
|
|
|
|
+#return 1
|
|
|
|
+fw_exists weber
|
|
|
|
+[ $? -ne 0 ] || { return 0; }
|
|
|
|
|
|
-#git clone https://github.com/elixir-web/weber.git
|
|
|
|
|
|
+git clone https://github.com/elixir-web/weber.git
|
|
|
|
|
|
# To get the two make commands working, we need to hard code the path for elixir's "mix"
|
|
# To get the two make commands working, we need to hard code the path for elixir's "mix"
|
|
-#cd weber
|
|
|
|
-#sed -i 's:$(MIX):/home/tfb/FrameworkBenchmarks/installs/elixir-0.13.3/bin/mix:' Makefile
|
|
|
|
-#make
|
|
|
|
-#bash -i -c 'sudo make test'
|
|
|
|
|
|
+cd weber
|
|
|
|
+make
|
|
|
|
+bash -i -c 'sudo make test'
|