Explorar o código

add note in setup.sh

Steve Klabnik %!s(int64=10) %!d(string=hai) anos
pai
achega
31751dccfb
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      frameworks/Rust/hyper/setup.sh

+ 2 - 1
frameworks/Rust/hyper/setup.sh

@@ -1,6 +1,7 @@
 #!/bin/bash
 
-sed -i 's|tcp(.*:3306)|tcp('"${DBHOST}"':3306)|g' src/main.rs
+# Something like this will need to be done once we add database tests
+# sed -i 's|tcp(.*:3306)|tcp('"${DBHOST}"':3306)|g' src/main.rs
 
 CARGO = $IROOT/rust/bin/cargo